Size.ToString 方法

定义

创建一个表示此 Size 结构的用户可读的字符串。Creates a human-readable string that represents this Size structure.

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

返回

String

表示此 Size 的字符串。A string that represents this Size.

适用于