 | CSTRIToLower Method (String) |
Convert a string to lower case.
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void IToLower(
ref string str_val
)
public static void IToLower(
ref string str_val
)
Public Shared Sub IToLower (
ByRef str_val As String
)
Public Shared Sub IToLower (
ByRef str_val As String
)
public:
static void IToLower(
String^% str_val
)
public:
static void IToLower(
String^% str_val
)
static member IToLower :
str_val : string byref -> unit
static member IToLower :
str_val : string byref -> unit
Parameters
- str_val
- Type: SystemString
String
See Also