Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdString::trimLeft Method (OdChar)
Syntax
C++
OdString& trimLeft(OdChar whiteChar);

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

 

Parameters
Description
whiteChar
[in] Whitespace character.

Returns a reference to this String object.

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

Copyright © 2002-2022. Open Design Alliance All rights reserved.