.NET Matrix Library
ToString Method
See Also  Send Feedback



Converts this instance of CVector to a formatted string. Converts this instance of CVector to a formatted string.

Overload List

OverloadDescription
ToString()Converts this instance of CVector to a formatted string using the default values for format string, separator, left and right borders, and end of line characters.  
ToString(String)Converts this instance of CVector to a formatted string specifying a format string, and using the default values for separator, left and right borders, and end of line characters.  
ToString(String,String)Converts this instance of CVector to a formatted string specifying a format string, and a separator and using the default values for left and right borders and end of line characters.  
ToString(String,String,String,String,String)Converts this instance of CVector to a formatted string specifying a format string, a separator, left and right borders and end of line characters.  
ToString(IFormatProvider,String)Converts this instance of the CVector object to a formatted string specifying culture-specific format information and a format string.  
ToString(IFormatProvider,String,String,String,String,String)Converts this instance of CVector to a formatted string specifying culture-specific format information, a format string, a separator, left and right borders and end of line characters.  

Remarks

The "F3" format string is used to format each vector element. A space character is used as a separator of vector elements. The right and left borders are set to "| " and " |" strings respectively. The new line character "\n" is added at the end of the string.

Requirements

Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7

See Also

.NET Matrix Library