Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / Marker Class / ToString Method / ToString(String) Method
The indent string before representation.

In This Topic
    ToString(String) Method
    In This Topic
    Gets string representation of the marker.
    Syntax
    'Declaration
     
    Public Overloads Function ToString( _
       ByVal indent As System.String _
    ) As System.String
    public System.string ToString( 
       System.string indent
    )

    Parameters

    indent
    The indent string before representation.

    Return Value

    String representation of the marker.
    See Also