| Constant Methods |
The Constant type exposes the following members.
| Name | Description | |
|---|---|---|
| GetValueAsChar | Gets the value of this Constant as a char if it can be converted.
| |
| GetValueAsDate | Obsolete. Gets the value of this Constant as a Datetime containing
only a date part if it can be converted.
| |
| GetValueAsDatetime | Gets the value of this Constant as a Datetime if it can be converted.
| |
| GetValueAsFloat32 | Gets the value of this Constant as a Float32 if it can be converted.
| |
| GetValueAsFloat64 | Gets the value of this Constant as a Float64 if it can be converted.
| |
| GetValueAsInt32 | Gets the value of this Constant as an Int32 if it can be converted.
| |
| GetValueAsInt64 | Gets the value of this Constant as an Int64 if it can be converted.
| |
| GetValueAsString | Gets the value of this Constant as a string if it can be converted.
| |
| GetValueAsTime | Obsolete. Gets the value of this Constant as a Datetime containing
only a time part if it can be converted.
| |
| Print(Stream) | Prints this constant into 'output'.
| |
| Print(TextWriter) | Prints this constant into 'writer'.
|