CartesianParse Method
Parses a string into a Cartesian coordinate.
Namespace: CoordinateSharpAssembly: CoordinateSharp (in CoordinateSharp.dll) Version: 3.1.1.1
XMLNS for XAML: Not mapped to an xmlns.
public static Cartesian Parse(
string value
)
- value String
- string
CartesianCartesian
The following example attempts to parse a Cartesian coordinate.
Cartesian cart = Cartesian.Parse("0.03398841 -0.64592813 0.76264123");