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

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

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