Converts a boolean value to its equivalent string representation.
Overload | Description |
CStr(Boolean) | Converts a boolean value to its equivalent string representation. |
CStr(Char) | Converts a char value to its equivalent string representation. |
CStr(Int32) | Converts an integer value to its equivalent string representation. |
CStr(UInt32) | Converts an unsigned integer (uint) value to its equivalent string representation. |
CStr(Int64) | Converts a long integer value to its equivalent string representation. |
CStr(UInt64) | Converts an unsigned long (ulong) value to its equivalent string representation. |
CStr(Single) | Converts a float value to its equivalent string representation. |
CStr(Double) | Converts a double-precision floating-point number to its equivalent string representation. |
CStr(DateTime) | Converts a DateTime value to its equivalent string representation. |
CStr(Decimal) | Converts a decimal value to its equivalent string representation. |
CStr(Object) | Converts an object to its equivalent string representation. |