Click or drag to resize

CSTRIToUpper Method (String, Int32)

Convert a string to upper case.

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

public static void IToUpper(
	ref string str_val,
	int size
)

Parameters

str_val
Type: SystemString
String
size
Type: SystemInt32
Maximum Size
See Also