 | CSTRrScanDate Method |
Convert a date 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 rScanDate(
string str_val,
int type
)
public static double rScanDate(
string str_val,
int type
)
Public Shared Function rScanDate (
str_val As String,
type As Integer
) As Double
Public Shared Function rScanDate (
str_val As String,
type As Integer
) As Double
public:
static double rScanDate(
String^ str_val,
int type
)
public:
static double rScanDate(
String^ str_val,
int type
)
static member rScanDate :
str_val : string *
type : int -> float
static member rScanDate :
str_val : string *
type : int -> float
Parameters
- str_val
- Type: SystemString
Date string - type
- Type: SystemInt32
<define>DATE_FORMAT</define>
Return Value
Type:
DoubleResulting Real, <define>rDUMMY</define> if conversion fails.
RemarksOLD usage, use ScanForm_STR instead.
See Also