 | CSTRiStrMin2 Method |
Length less spaces and tabs, string unchanged.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static int iStrMin2(
CGXNETCore gxNetShared,
string str_val
)
public static int iStrMin2(
CGXNETCore gxNetShared,
string str_val
)
Public Shared Function iStrMin2 (
gxNetShared As CGXNETCore,
str_val As String
) As Integer
Public Shared Function iStrMin2 (
gxNetShared As CGXNETCore,
str_val As String
) As Integer
public:
static int iStrMin2(
CGXNETCore^ gxNetShared,
String^ str_val
)
public:
static int iStrMin2(
CGXNETCore^ gxNetShared,
String^ str_val
)
static member iStrMin2 :
gxNetShared : CGXNETCore *
str_val : string -> int
static member iStrMin2 :
gxNetShared : CGXNETCore *
str_val : string -> int
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - str_val
- Type: SystemString
String to find the min length of
Return Value
Type:
Int32String length.
See Also