Vector3::ToString Method (String)
Returns the string representation of the current instance using the specified format string to format individual elements.
Namespace: System.Numerics
Assembly: System.Numerics.Vectors (in System.Numerics.Vectors.dll)
Parameters
- format
- Type: System::String
A standard or custom numeric format string that defines the format of individual elements.
This method returns a string in which each element of the vector is formatted using format and the current culture's formatting conventions. 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.