VirtualString.ToVariable() Method

Top 

Description

Converts the String to a Variable value.

 

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.

 

Method Signature

VirtualString.ToVariable(

)

 

 

Return Value

Type:

number

 

 

Returns a Variable containing the converted form of the String.

 

Syntax

myVariable1 = myString1.ToLower.ToVariable();

 

 

See also

VirtualString Object