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
public static double CDblAny(
string numericString
)
Parameters
- numericString
- Type: SystemString
A string that represents a number.
Return Value
Type:
DoubleThe numeric value.
See Also