Click or drag to resize
CSTRUnQuote Method
Remove double quotes from string

Available since Oasis montaj version: 5.0.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
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.
Syntax
public static void UnQuote(
	ref string str1
)

Parameters

str1
Type: SystemString
String to unquote
See Also