Click or drag to resize

MathStringCDblAny Method

Like the standard CDbl function, this converts a string to a double-precision number. But unlike CDbl, this will work on a string that uses either "." or "," as the decimal separator.

Namespace:  Autodesk.iLogic.Runtime
Assembly:  Autodesk.iLogic.Runtime (in Autodesk.iLogic.Runtime.dll) Version: 23.0
Syntax
Public Shared Function CDblAny ( 
	numericString As String
) As Double

Parameters

numericString
Type: SystemString
A string that represents a number.

Return Value

Type: Double
The numeric value.
See Also