[]
Gets string representation of the marker.
public override string ToString()
Public Overrides Function ToString() As String
Type | Description |
---|---|
string | String representation of the marker. |
Gets string representation of the marker.
public string ToString(string indent)
Public Function ToString(indent As String) As String
Type | Name | Description |
---|---|---|
string | indent | The indent string before representation. |
Type | Description |
---|---|
string | String representation of the marker. |