[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Marker.ToString

ToString Method

ToString()

Gets string representation of the marker.

Declaration
public override string ToString()
Public Overrides Function ToString() As String
Returns
Type Description
string

String representation of the marker.

Overrides

ToString(string)

Gets string representation of the marker.

Declaration
public string ToString(string indent)
Public Function ToString(indent As String) As String
Parameters
Type Name Description
string indent

The indent string before representation.

Returns
Type Description
string

String representation of the marker.