Skip to main content
A newer version of this page is available. .

CoordPoint.ToString(IFormatProvider) Method

Returns the textual representation of the CoordPoint.

Namespace: DevExpress.Map

Assembly: DevExpress.Map.v19.2.Core.dll

Declaration

public virtual string ToString(
    IFormatProvider provider
)

Parameters

Name Type Description
provider IFormatProvider

An object implementing the IFormatProvider interface.

Returns

Type Description
String

A String value, which is the textual representation of the CoordPoint.

See Also