| Icon | Member | Description |
|---|---|---|
| ToString(DateTime) |
Converts the DateTime to it's JavaScript string representation.
| |
| ToString(DateTimeOffset) |
Converts the DateTimeOffset to it's JavaScript string representation.
| |
| ToString(Boolean) |
Converts the Boolean to it's JavaScript string representation.
| |
| ToString(Char) |
Converts the Char to it's JavaScript string representation.
| |
| ToString(Enum) |
Converts the Enum to it's JavaScript string representation.
| |
| ToString(Int32) |
Converts the Int32 to it's JavaScript string representation.
| |
| ToString(Int16) |
Converts the Int16 to it's JavaScript string representation.
| |
| ToString(UInt16) |
Converts the UInt16 to it's JavaScript string representation.
| |
| ToString(UInt32) |
Converts the UInt32 to it's JavaScript string representation.
| |
| ToString(Int64) |
Converts the Int64 to it's JavaScript string representation.
| |
| ToString(UInt64) |
Converts the UInt64 to it's JavaScript string representation.
| |
| ToString(Single) |
Converts the Single to it's JavaScript string representation.
| |
| ToString(Double) |
Converts the Double to it's JavaScript string representation.
| |
| ToString(Byte) |
Converts the Byte to it's JavaScript string representation.
| |
| ToString(SByte) |
Converts the SByte to it's JavaScript string representation.
| |
| ToString(Decimal) |
Converts the Decimal to it's JavaScript string representation.
| |
| ToString(Guid) |
Converts the Guid to it's JavaScript string representation.
| |
| ToString(String) |
Converts the String to it's JavaScript string representation.
| |
| ToString(String, Char) |
Converts the String to it's JavaScript string representation.
| |
| ToString(Object) |
Converts the Object to it's JavaScript string representation.
|