API Reference > Other Classes > OdString Class > OdString Methods > formatV Method > OdString::formatV Method (OdChar*, va_list)
OdString::formatV Method (OdChar*, va_list)
Syntax
C++
OdString& formatV(const OdChar* formatString, va_list argList);
Parameters 
Description 
const OdChar* formatString 
[in] Format string.  
va_list argList 
[in] Argument list. 

Returns a reference to this String Object.

Assigns a value to this String object using a vsprintf-style format string and argument list.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.