[]
Represents conversion functions.
public static class ConvertFunctions
| Name | Description |
|---|---|
| CBool(List<IExpression>) | Converts the specified string representation of a logical value to its bool equivalent. |
| CByte(List<IExpression>) | Converts the specified string representation of a logical value to its byte equivalent. |
| CChar(List<IExpression>) | Converts the specified string representation of a logical value to its char equivalent. |
| CDate(List<IExpression>) | Converts the specified string representation of a logical value to its DateTime equivalent. |
| CDbl(List<IExpression>) | Converts the specified string representation of a logical value to its double equivalent. |
| CDec(List<IExpression>) | Converts the specified string representation of a logical value to its decimal equivalent. |
| CInt(List<IExpression>) | Converts the specified string representation of a logical value to its int equivalent. |
| CLng(List<IExpression>) | Converts the specified string representation of a logical value to its long equivalent. |
| CObj(List<IExpression>) | Converts the specified string representation of a logical value to its object equivalent. |
| CSByte(List<IExpression>) | Converts the specified string representation of a logical value to its sbyte equivalent. |
| CShort(List<IExpression>) | Converts the specified string representation of a logical value to its short equivalent. |
| CSng(List<IExpression>) | Converts the specified string representation of a logical value to its float equivalent. |
| CStr(List<IExpression>) | Converts the specified string representation of a logical value to its string equivalent. |
| CType(List<IExpression>) | Returns an object of the specified type and whose value is equivalent to the specified object. |
| CULong(List<IExpression>) | Converts the specified string representation of a logical value to its ulong equivalent. |
| CUShort(List<IExpression>) | Converts the specified string representation of a logical value to its ushort equivalent. |
| CUint(List<IExpression>) | Converts the specified string representation of a logical value to its uint equivalent. |