ConversionIsNumericType(Type) Method

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

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.3013.4544
C#
public static bool IsNumericType(
	Type type
)

Parameters

type  Type
The Data Type to check for numeric value.

Return Value

Boolean
True if the Data Type has a numeric value. False otherwise.

See Also