Click or drag to resize

CSTRSetChar Method

Set a string's first character using an ASCII value of a character.

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

public static void SetChar(
	ref string str_val,
	int ascii
)

Parameters

str_val
Type: SystemString
String
ascii
Type: SystemInt32
ASCII value
See Also