Method ToString
ToString(bool)
Converts a Boolean to a string.
Parameters
value
boolThe value.
Returns
- string
A string.
ToString(DateTime)
Converts a DateTime to a string.
Parameters
value
DateTime The value.
Returns
- string
A string.
ToString(DateTimeOffset)
Converts a DateTimeOffset to a string.
Parameters
value
DateTime Offset The value.
Returns
- string
A string.
ToString(decimal)
Converts a Decimal to a string.
Parameters
value
decimalThe value.
Returns
- string
A string.
ToString(Decimal128)
Converts a Decimal128 to a string.
Parameters
value
Decimal128The value.
Returns
- string
A string.
ToString(double)
Converts a Double to a string.
Parameters
value
doubleThe value.
Returns
- string
A string.
ToString(float)
Converts a Single to a string.
Parameters
value
floatThe value.
Returns
- string
A string.
ToString(int)
Converts an Int32 to a string.
Parameters
value
intThe value.
Returns
- string
A string.
ToString(long)
Converts an Int64 to a string.
Parameters
value
longThe value.
Returns
- string
A string.
ToString(short)
Converts an Int16 to a string.
Parameters
value
shortThe value.
Returns
- string
A string.
ToString(uint)
Converts a UInt32 to a string.
Parameters
value
uintThe value.
Returns
- string
A string.
ToString(ulong)
Converts a UInt64 to a string.
Parameters
value
ulongThe value.
Returns
- string
A string.
ToString(ushort)
Converts a UInt16 to a string.
Parameters
value
ushortThe value.
Returns
- string
A string.