ConversionIsNumericType(SysType) Method

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

Definition

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

Parameters

type  SysType
The Data Type to check for numeric value.

Return Value

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

See Also