TypeExt Class
Namespace: Stimulsoft.Base.Helpers
Methods
| Method | Returns | Description |
|---|---|---|
IsBooleanType static |
bool | |
IsDateType static |
bool | |
IsIntegerType static |
bool | |
IsNumericOrIntegerType static |
bool | |
IsNumericType static |
bool | |
IsStringType static |
bool | |
IsTimeType static |
bool |
Method Details
IsBooleanType static
IsBooleanType(type: Type): bool
Parameters
- type (Type)
Returns bool
IsDateType static
IsDateType(type: Type): bool
Parameters
- type (Type)
Returns bool
IsIntegerType static
IsIntegerType(type: Type): bool
Parameters
- type (Type)
Returns bool
IsNumericOrIntegerType static
IsNumericOrIntegerType(type: Type): bool
Parameters
- type (Type)
Returns bool
IsNumericType static
IsNumericType(type: Type): bool
Parameters
- type (Type)
Returns bool
IsStringType static
IsStringType(type: Type): bool
Parameters
- type (Type)
Returns bool
IsTimeType static
IsTimeType(type: Type): bool
Parameters
- type (Type)
Returns bool