 | CSTRMakeAlpha Method |
Turns all non alpha-numeric characters into an _.
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void MakeAlpha(
ref string str_val
)
public static void MakeAlpha(
ref string str_val
)
Public Shared Sub MakeAlpha (
ByRef str_val As String
)
Public Shared Sub MakeAlpha (
ByRef str_val As String
)
public:
static void MakeAlpha(
String^% str_val
)
public:
static void MakeAlpha(
String^% str_val
)
static member MakeAlpha :
str_val : string byref -> unit
static member MakeAlpha :
str_val : string byref -> unit
Parameters
- str_val
- Type: SystemString
String to trim
RemarksTHE STRING IS MODIFIED.
See Also