ConvertFunctions Methods |
The ConvertFunctions type exposes the following members.
Name | Description | |
---|---|---|
ToBoolean |
Defines the mapping for the Convert.ToBoolean(operand1) method mapping
| |
ToByte |
Defines the mapping for the Convert.ToByte(operand1) method mapping
| |
ToChar |
Defines the mapping for the Convert.ToChar(operand1) method mapping
| |
ToDateTime |
Defines the mapping for the Convert.ToDateTime(operand1) method mapping
| |
ToDecimal |
Defines the mapping for the Convert.ToDecimal(operand1) method mapping
| |
ToDouble |
Defines the mapping for the Convert.ToDouble(operand1) method mapping
| |
ToInt16 |
Defines the mapping for the Convert.ToInt16(operand1) method mapping
| |
ToInt32 |
Defines the mapping for the Convert.ToInt32(operand1) method mapping
| |
ToInt64 |
Defines the mapping for the Convert.ToInt64(operand1) method mapping
| |
ToSingle |
Defines the mapping for the Convert.ToSingle(operand1) method mapping
| |
ToString |
Defines the mapping for the Convert.ToString(operand1) method mapping
|