SourceText.From
Contents
[
Hide
]From(string)
Define the interface for get SourceText from string.
public static SourceText From(string text)
Parameter | Type | Description |
---|---|---|
text | String | The string text. |
Return Value
The SourceText.
See Also
- class SourceText
- namespace Aspose.Html.Toolkit.Markdown.Syntax.Text
- assembly Aspose.HTML
From(string, Encoding)
Define the interface for get SourceText from string and encoding.
public static SourceText From(string text, Encoding encoding)
Parameter | Type | Description |
---|---|---|
text | String | The string text. |
encoding | Encoding | The encoding. |
Return Value
The SourceText.
See Also
- class SourceText
- namespace Aspose.Html.Toolkit.Markdown.Syntax.Text
- assembly Aspose.HTML
From(SourceText[])
Define the interface for get SourceText from array of the source.
public static SourceText From(SourceText[] source)
Parameter | Type | Description |
---|---|---|
source | SourceText[] | The SourceText. |
Return Value
The SourceText.
See Also
- class SourceText
- namespace Aspose.Html.Toolkit.Markdown.Syntax.Text
- assembly Aspose.HTML