API Reference > Other Classes > OdString Class > OdString Methods > OdString::left Method
OdString::left Method
Syntax
C++
OdString left(int length) const;
Parameters 
Description 
int length 
[in] Length of substring. 

Returns the leftmost substring of the specified length from this String object.

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