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

Returns a reference to this String Object.

Assigns a value to this String object using a printf-style format string and arguments.

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