to_string method
to_string
Override the ToString() method.
Returns
The string result.
def to_string(self, start):
...
Parameter | Type | Description |
---|---|---|
start | int | The integer start value. |
Exceptions
Exception | Description |
---|---|
ArgumentOutOfRangeException | The index is negative -or- larger than the length. |
to_string
Defines the interface ToString()
Returns
The string.
def to_string(self, span):
...
Parameter | Type | Description |
---|---|---|
span | TextSpan | The TextSpan. |
to_string
Defines the interface ToString()
Returns
The string.
def to_string(self, start, length):
...
Parameter | Type | Description |
---|---|---|
start | int | The start position. |
length | int | The length. |
See Also
- module
aspose.html.toolkit.markdown.syntax.text
- class
SourceText