HtmlString.ToString 方法
定义
返回表示当前对象的字符串。Returns a string that represents the current object.
public:
override System::String ^ ToString();
public override string ToString ();
override this.ToString : unit -> string
Public Overrides Function ToString () As String
返回
表示当前对象的字符串。A string that represents the current object.
注解
此方法返回区分区域性的可读字符串。This method returns a human-readable string that is culture sensitive. 该字符串也是 HTML 编码的字符串。The string is also HTML encoded.