Matrix3D.ToString 方法
定义
重载
| ToString() |
创建此 Matrix3D 的字符串表示形式。Creates a string representation of this Matrix3D. |
| ToString(IFormatProvider) |
创建此 Matrix3D 的字符串表示形式。Creates a string representation of this Matrix3D. |
ToString()
ToString(IFormatProvider)
public:
System::String ^ ToString(IFormatProvider ^ provider);
public string ToString (IFormatProvider provider);
override this.ToString : IFormatProvider -> string
Public Function ToString (provider As IFormatProvider) As String
参数
- provider
- IFormatProvider
一个对象,它提供区域性特定的格式设置信息。An object that provides culture-specified formatting information.
返回
Matrix3D 的字符串表示形式。The string representation of this Matrix3D.