ConversionIsNumeric Method

Determine whether or not the caller supplied value has a numeric value.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.3013.4544
C#
public static bool IsNumeric(
	Object value
)

Parameters

value  Object
The value to convert to a numeric value.

Return Value

Boolean
True if the value can be converted to a numeric value. False otherwise.

See Also