2 references to IsNumericType
System.Web.Extensions (2)
UI\WebControls\Dynamic.cs (2)
1160
if ((
IsNumericType
(exprType) || IsEnumType(exprType)) &&
1161
(
IsNumericType
(type) || IsEnumType(type)))