Table of Contents

Method ToString

Namespace
LMKit.Graphics.Geometry
Assembly
LM-Kit.NET.dll

ToString(string, IFormatProvider)

Returns a culture-aware string representation of the point using the specified format.

public string ToString(string format, IFormatProvider formatProvider)

Parameters

format string

A standard or custom numeric format string for coordinates, or null for the default.

formatProvider IFormatProvider

An 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()

Returns

string