ShopToolsUtilGetNonNumeric Method
Return the first non-numeric portion of the caller's string, not
including spaces.
Namespace: ShopToolsAssembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
public static string GetNonNumeric(
string value
)
Public Shared Function GetNonNumeric (
value As String
) As String
No code example is currently available or this language may not be supported.
- value String
-
The user input value to parse.
String
The first non-numeric portion of the caller's string, not including
spaces.
In this version, the non-numeric value trails the numeric, and does
not include spaces.