Click or drag to resize

CSTRISetCharN Method (String, Int32, Int32)

Set the n'th character of a string using an ASCII value

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

public static void ISetCharN(
	ref string str_val,
	int c,
	int ascii
)

Parameters

str_val
Type: SystemString
String
c
Type: SystemInt32
Character to set
ascii
Type: SystemInt32
ASCII value
See Also