 | CSTRIToUpper Method (String) |
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
)
public static void IToUpper(
ref string str_val
)
Public Shared Sub IToUpper (
ByRef str_val As String
)
Public Shared Sub IToUpper (
ByRef str_val As String
)
public:
static void IToUpper(
String^% str_val
)
public:
static void IToUpper(
String^% str_val
)
static member IToUpper :
str_val : string byref -> unit
static member IToUpper :
str_val : string byref -> unit
Parameters
- str_val
- Type: SystemString
String
See Also