Vector4::ToString Method
Returns the string representation of the current instance using default formatting.
Namespace: System.Numerics
Assembly: System.Numerics.Vectors (in System.Numerics.Vectors.dll)
This method returns a string in which each element of the vector is formatted using the "G" (general) format string and the formatting conventions of the current thread culture. The "<" and ">" characters are used to begin and end the string, and the current culture's NumberFormatInfo::NumberGroupSeparator property followed by a space is used to separate each element.