Méthode | Description | |
---|---|---|
Left ( this text, int length ) : string | ||
Right ( this text, int length ) : string |
public static Left ( this text, int length ) : string | ||
text | this | |
length | int | |
Résultat | string |
public static Right ( this text, int length ) : string | ||
text | this | |
length | int | |
Résultat | string |