CoordPoint.ToString(IFormatProvider) Method
In This Article
Returns the textual representation of the CoordPoint.
Namespace: DevExpress.Map
Assembly: DevExpress.Map.v24.2.Core.dll
NuGet Package: DevExpress.Map.Core
#Declaration
public virtual string ToString(
IFormatProvider provider
)
#Parameters
Name | Type | Description |
---|---|---|
provider | IFormat |
An object implementing the IFormat |
#Returns
Type | Description |
---|---|
String | A String value, which is the textual representation of the Coord |
See Also