The following tables list the members exposed by TypeInfo.
Name | Description | |
---|---|---|
![]() | TypeInfo Constructor | Construct the object with a built-in type and a value rank. |
Name | Description | |
---|---|---|
![]() | BuiltInType | The built-in type. |
![]() ![]() | Unknown | A constant representing an unknown type. |
![]() | ValueRank | The value rank. |
Name | Description | |
---|---|---|
![]() ![]() | Cast | Overloaded. Casts a value to the specified target type. |
![]() ![]() | CastArray | Overloaded. Converts the array using the specified conversion function. |
![]() ![]() | Construct | Overloaded. Returns the type info for the provided value. |
![]() ![]() | CreateArray | Returns the default value for the specified built-in type. |
![]() ![]() | GetBuiltInType | Overloaded. Returns the BuiltInType type for the DataTypeId. |
![]() ![]() | GetDataTypeId | Overloaded. Returns the data type id that describes a value. |
![]() ![]() | GetDefaultValue | Overloaded. Returns the default value for the specified built-in type. |
![]() ![]() | GetSystemType | Overloaded. Returns the system type for the datatype. |
![]() ![]() | GetValueRank | Overloaded. Returns the array rank for a value. |
![]() ![]() | IsInstanceOfDataType | Returns the type info if the value is an instance of the data type with the specified value rank. |
![]() ![]() | IsNumericType | Returns true if the built-in type is a numeric type. |
![]() ![]() | IsValueType | Returns true if the built-in type is a type that cannot be null. |
![]() ![]() | ToString | Overloaded. Converts a value to a String |