Plane::ToString Method
Returns the string representation of this plane object.
Namespace: System.Numerics
Assembly: System.Numerics.Vectors (in System.Numerics.Vectors.dll)
The string representation of a Plane object use the formatting conventions of the current culture to format the numeric values in the returned string. For example, a Plane object whose string representation is formatted by using the conventions of the en-US culture might appear as {Normal:<1.1, 2.2, 3.3> D:4.4}.
Show: