Method: TrimValue() Updated August 13, 2026 12:26 Trims all whitespace out of the Value propertySyntaxvoid TrimValue()RemarksTrim only makes sense on string values, so if called on a non-string Value, it will be converted into a string.ExampleValue = "Fuel Capacity"; TrimValue(); // Name is now "FuelCapacity" Was this article helpful? 0 out of 0 found this helpful Comments 0 comments Please sign in to leave a comment.
Comments
0 comments
Please sign in to leave a comment.