Click or drag to resize

StringUtilsStripNonNumber Method

Strips all non digit values from a string and only returns the numeric string.

Namespace:  Koden.Utils
Assembly:  Koden.Utils (in Koden.Utils.dll) Version: 1.1.6453.26060
Syntax
public static string StripNonNumber(
	string input
)

Parameters

input
Type: SystemString

[Missing <param name="input"/> documentation for "M:Koden.Utils.StringUtils.StripNonNumber(System.String)"]

Return Value

Type: String

[Missing <returns> documentation for "M:Koden.Utils.StringUtils.StripNonNumber(System.String)"]

See Also