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

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
All characthers > 127 will be replaced by the first character of the replacement string.
Syntax
public static void ReplaceNonASCII(
	CGXNETCore gxNetShared,
	ref string str_val,
	string rpl
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
str_val
Type: SystemString
String to modify
rpl
Type: SystemString
Replacement character
See Also