Méthode | Description | |
---|---|---|
ChangeCase ( string text, string typeOfCase ) : string |
Changes letter case.
|
|
RemoveLineBreaks ( string text ) : string |
Removes line breaks.
|
public static ChangeCase ( string text, string typeOfCase ) : string | ||
text | string | |
typeOfCase | string | |
Résultat | string |
public static RemoveLineBreaks ( string text ) : string | ||
text | string | |
Résultat | string |