TypeHelperIsNumber Method (Type) |
是否为数值
Namespace: AdfAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax public static bool IsNumber(
Type type
)
Public Shared Function IsNumber (
type As Type
) As Boolean
public:
static bool IsNumber(
Type^ type
)
static member IsNumber :
type : Type -> bool
Parameters
- type
- Type: SystemType
[Missing <param name="type"/> documentation for "M:Adf.TypeHelper.IsNumber(System.Type)"]
Return Value
Type:
Boolean[Missing <returns> documentation for "M:Adf.TypeHelper.IsNumber(System.Type)"]
See Also