Click or drag to resize
CSTRISetCharN Method (CGXNETCore, String, Int32, Int32)
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.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public static void ISetCharN(
	CGXNETCore gxNetShared,
	ref string str_val,
	int c,
	int ascii
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
str_val
Type: SystemString
String
c
Type: SystemInt32
Character to set
ascii
Type: SystemInt32
ASCII value
See Also