ConversionIsNumericType(String) Method

Return a value indicating whether the specified value can be converted purely to a number without any loss of information.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public static bool IsNumericType(
	string value
)

Parameters

value  String
String value to inspect for numerical purity.

Return Value

Boolean
Value indicating whether the string value can be converted to a number without any loss of information.

See Also