 | 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
Syntaxpublic static void IToUpper(
ref string str_val,
int size
)
public static void IToUpper(
ref string str_val,
int size
)
Public Shared Sub IToUpper (
ByRef str_val As String,
size As Integer
)
Public Shared Sub IToUpper (
ByRef str_val As String,
size As Integer
)
public:
static void IToUpper(
String^% str_val,
int size
)
public:
static void IToUpper(
String^% str_val,
int size
)
static member IToUpper :
str_val : string byref *
size : int -> unit
static member IToUpper :
str_val : string byref *
size : int -> unit
Parameters
- str_val
- Type: SystemString
String - size
- Type: SystemInt32
Maximum Size
See Also