Click or drag to resize

CSTRReplaceNonASCII Method

Replace non-ASCII characters in a string.

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

public static void ReplaceNonASCII(
	ref string str_val,
	string rpl
)

Parameters

str_val
Type: SystemString
String to modify
rpl
Type: SystemString
Replacement character
Remarks
All characthers > 127 will be replaced by the first character of the replacement string.
See Also