StringSegment.ToString 方法

定义

如果 StringSegment 不包含值,则返回由此 StringSegmentEmpty 表示的 StringReturns 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

返回

String

如果 StringSegment 不包含值,则此 StringSegmentEmpty 表示的 StringThe String represented by this StringSegment or Empty if the StringSegment does not contain a value.

适用于