ToString Method
ToString(CultureInfo)
Converts the numeric value of this instance to its equivalent string representation.
Declaration
public string ToString(CultureInfo cultureInfo)
Parameters
CultureInfo | cultureInfo | An object that supplies culture-specific formatting information. |
Returns
string | The string representation of the value of this instance as specified by |
ToString()
Returns the fully qualified type name of this instance.
Declaration
public override string ToString()
Returns
string | The fully qualified type name. |