ShopToolsUtilGetNumeric Method
Return the first numeric portion of the string.
Namespace: ShopToolsAssembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
public static string GetNumeric(
string value
)
Public Shared Function GetNumeric (
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 numeric portion of the caller's string, not including
spaces.