Fonction : xPhrase
public static string xPhrase(string text, int maxChar, int indice)
public static string xPhrase(string text, int maxChar, int indice, bool doNotTrim)
Renvoi : une phrase, çàd une suite de mots entiers
Paramètres :
- text : chaîne à découper
- maxChar : nombre maximal de caractères souhaités
- indice : n° de la phrase (suite de mots entiers) à partir 1
- doNotTrim : paramètre optionnel : retirer les espaces en début et fin des chaînes découpées