Click or drag to resize
CSTRSetChar Method
Set a string's first character using an ASCII value of a character.

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 SetChar(
	ref string str1,
	int i2
)

Parameters

str1
Type: SystemString
string
i2
Type: SystemInt32
ASCII value
See Also