ShopToolsUtilGetNumeric Method

Return the first numeric portion of the string.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
C#
public static string GetNumeric(
	string value
)

Parameters

value  String
The user input value to parse.

Return Value

String
The first numeric portion of the caller's string, not including spaces.

See Also