Method ToString
ToString(string, IFormatProvider)
Returns a culture-aware string representation of the point using the specified format.
public string ToString(string format, IFormatProvider formatProvider)
Parameters
formatstringA standard or custom numeric format string for coordinates, or null for the default.
formatProviderIFormatProviderAn IFormatProvider for culture-specific formatting, or null to use the current culture.
Returns
- string
A string representation of the point.
ToString()
public override string ToString()