CoordinateParse_Format Property

Used to determine what format the coordinate was parsed from. Will equal "None" if Coordinate was not initialized via a TryParse() method.

Definition

Namespace: CoordinateSharp
Assembly: CoordinateSharp (in CoordinateSharp.dll) Version: 2.21.1.1
XMLNS for XAML: Not mapped to an xmlns.
C#
public Parse_Format_Type Parse_Format { get; }

Property Value

Parse_Format_Type

See Also