 | CSTRrScanForm Method |
Convert a formated string to a real.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static double rScanForm(
CGXNETCore gxNetShared,
string str_val,
int type
)
public static double rScanForm(
CGXNETCore gxNetShared,
string str_val,
int type
)
Public Shared Function rScanForm (
gxNetShared As CGXNETCore,
str_val As String,
type As Integer
) As Double
Public Shared Function rScanForm (
gxNetShared As CGXNETCore,
str_val As String,
type As Integer
) As Double
public:
static double rScanForm(
CGXNETCore^ gxNetShared,
String^ str_val,
int type
)
public:
static double rScanForm(
CGXNETCore^ gxNetShared,
String^ str_val,
int type
)
static member rScanForm :
gxNetShared : CGXNETCore *
str_val : string *
type : int -> float
static member rScanForm :
gxNetShared : CGXNETCore *
str_val : string *
type : int -> float
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - 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