SourceText.ToString
Contenu
[
Cacher
]ToString()
Remplacer la méthode ToString().
public override string ToString()
Return_Value
La chaîne.
Voir également
- class SourceText
- espace de noms Aspose.Html.Toolkit.Markdown.Syntax.Text
- Assemblée Aspose.HTML
ToString(int)
Remplacer la méthode ToString().
public string ToString(int start)
Paramètre | Taper | La description |
---|---|---|
start | Int32 | La valeur de début entière. |
Return_Value
Le résultat de la chaîne.
Exceptions
exception | condition |
---|---|
ArgumentOutOfRangeException | L’indice est négatif -ou- supérieur à la longueur. |
Voir également
- class SourceText
- espace de noms Aspose.Html.Toolkit.Markdown.Syntax.Text
- Assemblée Aspose.HTML
ToString(int, int)
Définit l’interface ToString()
public string ToString(int start, int length)
Paramètre | Taper | La description |
---|---|---|
start | Int32 | Le poste de départ. |
length | Int32 | La durée. |
Return_Value
La chaîne.
Voir également
- class SourceText
- espace de noms Aspose.Html.Toolkit.Markdown.Syntax.Text
- Assemblée Aspose.HTML
ToString(TextSpan)
Définit l’interface ToString()
public virtual string ToString(TextSpan span)
Paramètre | Taper | La description |
---|---|---|
span | TextSpan | Le TextSpan. |
Return_Value
La chaîne.
Voir également
- struct TextSpan
- class SourceText
- espace de noms Aspose.Html.Toolkit.Markdown.Syntax.Text
- Assemblée Aspose.HTML