C# Class FreakySources.StringBuilderExtensions

Afficher le fichier Open project: KvanTTT/Freaky-Sources

Méthodes publiques

Méthode Description
GetSubstring ( this sb, int ind, int length ) : string
IndexOf ( this sb, string value, int startIndex, bool ignoreCase = false ) : int
Remove ( this sb, int ind ) : void
Substring ( this sb, int ind ) : void
Substring ( this sb, int ind, int length ) : void

Method Details

GetSubstring() public static méthode

public static GetSubstring ( this sb, int ind, int length ) : string
sb this
ind int
length int
Résultat string

IndexOf() public static méthode

public static IndexOf ( this sb, string value, int startIndex, bool ignoreCase = false ) : int
sb this
value string
startIndex int
ignoreCase bool
Résultat int

Remove() public static méthode

public static Remove ( this sb, int ind ) : void
sb this
ind int
Résultat void

Substring() public static méthode

public static Substring ( this sb, int ind ) : void
sb this
ind int
Résultat void

Substring() public static méthode

public static Substring ( this sb, int ind, int length ) : void
sb this
ind int
length int
Résultat void