ShopToolsUtilGetNonNumeric Method

Return the first non-numeric portion of the caller's string, not including spaces.

Definition

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

Parameters

value  String
The user input value to parse.

Return Value

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

Remarks

In this version, the non-numeric value trails the numeric, and does not include spaces.

See Also