Matrix3D.ToString 方法

定义

重载

ToString()

创建此 Matrix3D 的字符串表示形式。Creates a string representation of this Matrix3D.

ToString(IFormatProvider)

创建此 Matrix3D 的字符串表示形式。Creates a string representation of this Matrix3D.

ToString()

创建此 Matrix3D 的字符串表示形式。Creates a string representation of this Matrix3D.

public:
 override System::String ^ ToString();
public override string ToString ();
override this.ToString : unit -> string
Public Overrides Function ToString () As String

返回

String

Matrix3D 的字符串表示形式。A string representation of this Matrix3D.

适用于

ToString(IFormatProvider)

创建此 Matrix3D 的字符串表示形式。Creates a string representation of this Matrix3D.

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.

返回

String

Matrix3D 的字符串表示形式。The string representation of this Matrix3D.

适用于