 | CSTR.rScanR Method |
Convert a string to a GX real.
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static double rScanR(
string str_val
)
public static double rScanR(
string str_val
)
Public Shared Function rScanR (
str_val As String
) As Double
Public Shared Function rScanR (
str_val As String
) As Double
public:
static double rScanR(
String^ str_val
)
public:
static double rScanR(
String^ str_val
)
static member rScanR :
str_val : string -> float
static member rScanR :
str_val : string -> float
Parameters
- str_val
- Type: System.String
String to convert to a real
Return Value
Type:
DoubleResulting Real, <define>rDUMMY</define> if bad string.
See Also