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