Click or drag to resize

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
Syntax
public static double rScanR(
	string str_val
)

public static double rScanR(
	string str_val
)

Parameters

str_val
Type: System.String
String to convert to a real

Return Value

Type: Double
Resulting Real, <define>rDUMMY</define> if bad string.
See Also