Click or drag to resize

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
Syntax
public static double rScanForm(
	string str_val,
	int type
)

public static double rScanForm(
	string str_val,
	int type
)

Parameters

str_val
Type: SystemString
Date string
type
Type: SystemInt32
<define>GS_FORMATS</define>

Return Value

Type: Double
Resulting Real, <define>rDUMMY</define> if conversion fails.
See Also