Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdString::trimRight Method (const __wchar_t*)
Syntax
C++
OdString& trimRight(const __wchar_t* whiteChars);

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

 

Parameters
Description
whiteChars
[in] Whitespace characters.

Returns a reference to this String object.

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

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