Click or drag to resize

CSTRUnQuote Method

Remove double quotes from string

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void UnQuote(
	ref string str_val
)

public static void UnQuote(
	ref string str_val
)

Parameters

str_val
Type: SystemString
String to unquote
Remarks
THE STRING IS MODIFIED. The pointers will be advanced past a first character quote and a last character quote will be set to .\0'. Both first and last characters must be quotes for the triming to take place.
See Also