TypeWrapper.ToString 方法

定义

返回一个标记的内容,该标记包含当前包装类型的标签。Returns the contents of a tag that contains a label for the current wrapper type.

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

返回

String

标记值的字符串版本。A string version of the tag value.

适用于