Method: Trim( … ) Zoltán Mikolás October 15, 2025 16:02 Updated Syntax Example Returns a new string in which all whitespace is trimmed out of the content passed in. Syntax string Trim( object content ) string Trim( string content ) Example var myValue = "Fuel Capacity "; Name = Trim( myValue ); // Name is now "FuelCapacity" Related articles Method: TrimAsFileName( … ) Method: TrimValue() IMPORT.FEATUREDATA Method: ParseNumber( … ) Method: AppendOutValue( … ) Comments 0 comments Please sign in to leave a comment.
Comments
0 comments
Please sign in to leave a comment.