C# Class StringBuilderExtensions, tf_client

Afficher le fichier Open project: wids-eria/tf_client Class Usage Examples

Méthodes publiques

Méthode Description
DeleteCharAt ( this self, int index ) : void
Replace ( this self, int startIndex, int endIndex, string replaceStr ) : void

Method Details

DeleteCharAt() public static méthode

public static DeleteCharAt ( this self, int index ) : void
self this
index int
Résultat void

Replace() public static méthode

public static Replace ( this self, int startIndex, int endIndex, string replaceStr ) : void
self this
startIndex int
endIndex int
replaceStr string
Résultat void