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: 29.0
Syntax
VB
Public Shared Function CDblAny ( numericString As String ) As Double
C#
public static double CDblAny( string numericString )
Parameters
- numericString
- Type: System.String
A string that represents a number.
Return Value
Type: DoubleThe numeric value.
