StringSegment.ToString Method

Definition

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

Returns

The String represented by this StringSegment or Empty if the StringSegment does not contain a value.

Applies to