API Reference > Other Classes > OdString Class > OdString Methods > trimLeft Method > OdString::trimLeft Method (OdChar)
OdString::trimLeft Method (OdChar)
Syntax
C++
OdString& trimLeft(OdChar whiteChar);
Parameters 
Description 
OdChar whiteChar 
[in] Whitespace character. 

Returns a reference to this String object.

Removes all whitespace from the left side of this String object. 

 

A space (' ') is used if no other whitespace characters are specfied.

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