SourceText.From

From(string)

Définir l’interface pour obtenir le texte source à partir de la chaîne.

public static SourceText From(string text)
ParamètreTaperLa description
textStringLe texte de la chaîne.

Return_Value

Le TexteSource.

Voir également


From(string, Encoding)

Définissez l’interface pour obtenir le texte source à partir de la chaîne et de l’encodage.

public static SourceText From(string text, Encoding encoding)
ParamètreTaperLa description
textStringLe texte de la chaîne.
encodingEncodingL’encodage.

Return_Value

Le TexteSource.

Voir également


From(SourceText[])

Définir l’interface pour obtenir SourceText à partir du tableau de la source.

public static SourceText From(SourceText[] source)
ParamètreTaperLa description
sourceSourceText[]Le TexteSource.

Return_Value

Le TexteSource.

Voir également