Click or drag to resize
CSTRISetCharN Method
Set the n'th character of a string using an ASCII value

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public static void ISetCharN(
	ref string str1,
	int i2,
	int i3
)

Parameters

str1
Type: SystemString
string
i2
Type: SystemInt32
character to set
i3
Type: SystemInt32
ASCII value
See Also