Windows apps
Collapse the table of content
Expand the table of content

Plane::ToString Method

Returns the string representation of this plane object.

Namespace:  System.Numerics
Assembly:  System.Numerics.Vectors (in System.Numerics.Vectors.dll)

public:
virtual String^ ToString() override

Return Value

Type: System::String
A string that represents this Plane object.

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:
© 2017 Microsoft