SourceText.ToString
Contents
[
Hide
]ToString()
Override the ToString() method.
public override string ToString()
Return Value
The string.
See Also
- class SourceText
- namespace Aspose.Html.Toolkit.Markdown.Syntax.Text
- assembly Aspose.HTML
ToString(int)
Override the ToString() method.
public string ToString(int start)
| Parameter | Type | Description |
|---|---|---|
| start | Int32 | The integer start value. |
Return Value
The string result.
Exceptions
| exception | condition |
|---|---|
| ArgumentOutOfRangeException | The index is negative -or- larger than the length. |
See Also
- class SourceText
- namespace Aspose.Html.Toolkit.Markdown.Syntax.Text
- assembly Aspose.HTML
ToString(int, int)
Defines the interface ToString()
public string ToString(int start, int length)
| Parameter | Type | Description |
|---|---|---|
| start | Int32 | The start position. |
| length | Int32 | The length. |
Return Value
The string.
See Also
- class SourceText
- namespace Aspose.Html.Toolkit.Markdown.Syntax.Text
- assembly Aspose.HTML
ToString(TextSpan)
Defines the interface ToString()
public virtual string ToString(TextSpan span)
| Parameter | Type | Description |
|---|---|---|
| span | TextSpan | The TextSpan. |
Return Value
The string.
See Also
- struct TextSpan
- class SourceText
- namespace Aspose.Html.Toolkit.Markdown.Syntax.Text
- assembly Aspose.HTML