Click or drag to resize
CSTRReplaceNonASCII Method
Replace non-ASCII characters in a string.

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
All characthers > 127 will be replaced by the first character of the replacement string.
Syntax
public static void ReplaceNonASCII(
	ref string str1,
	string str2
)

Parameters

str1
Type: SystemString
string to modify
str2
Type: SystemString
replacement character
See Also