StringSegment.ToString 方法
定义
如果 StringSegment 不包含值,则返回由此 StringSegment 或 Empty 表示的 String。Returns the String represented by this StringSegment or Empty if the StringSegment does not contain a value.
public:
override System::String ^ ToString();
public override string ToString ();
override this.ToString : unit -> string
Public Overrides Function ToString () As String
返回
如果 StringSegment 不包含值,则此 StringSegment 或 Empty 表示的 String。The String represented by this StringSegment or Empty if the StringSegment does not contain a value.