Previous Topic

Next Topic

StringToNumber - SQL Function

StringToNumber(String: String): Number

Returns a number representing the value of String. If String is empty, a value of 0 is returned.

StringToNumber function syntax has these named arguments:

Parameter

Description

String

Required. String expression to be evaluated.

See Also

SQL Number Functions

Book Contents

Book Index