 | CSTRrScanForm Method |
Convert a formated string to a real.
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static double rScanForm(
string str_val,
int type
)
public static double rScanForm(
string str_val,
int type
)
Public Shared Function rScanForm (
str_val As String,
type As Integer
) As Double
Public Shared Function rScanForm (
str_val As String,
type As Integer
) As Double
public:
static double rScanForm(
String^ str_val,
int type
)
public:
static double rScanForm(
String^ str_val,
int type
)
static member rScanForm :
str_val : string *
type : int -> float
static member rScanForm :
str_val : string *
type : int -> float
Parameters
- str_val
- Type: SystemString
Date string - type
- Type: SystemInt32
<define>GS_FORMATS</define>
Return Value
Type:
DoubleResulting Real, <define>rDUMMY</define> if conversion fails.
See Also