Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdString::trimLeft Method (const OdString&)
Syntax
C++
inline OdString& trimLeft(const OdString& whiteChars);

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

 

Parameters
Description
whiteChars
[in] Whitespace characters.

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.