Close

Relief for ODA Team in Ukraine

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

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

 

Parameters
Description
whiteChar
[in] Whitespace character.

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.