StringToFloat(String) Function

Top 

Description

Returns the numeric value represented by stringArgument.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

 

Function Signature

StringToFloat(

String stringArgument)

 

 

Arguments

stringArgument


Description:

The string to be converted.

 

 

 

Return Value

Type:

number

 

 

Returns the numeric value of a string holding a series of numeric characters.

 

Syntax

myVariable1 = StringToFloat(myString1);

 

 

Example 1

 

 

See also

StringToFloat