VirtualString.Trim Property

Top 

Description

Get a copy of the string where spaces have been trimmed off either end.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Attributes

Type:

string

Access:

read

 

Syntax

myString1 = myString2.ToLower.Trim;

 

See also

VirtualString Object