C# Class UEx.StringExtensions

Afficher le fichier Open project: jbruening/unity3d-extensions

Méthodes publiques

Méthode Description
InsertCharEveryNChars ( this input, char insertCharacter, int n, int &charsInserted ) : string

Insert the specified character into the string every n characters

Method Details

InsertCharEveryNChars() public static méthode

Insert the specified character into the string every n characters
public static InsertCharEveryNChars ( this input, char insertCharacter, int n, int &charsInserted ) : string
input this
insertCharacter char
n int
charsInserted int
Résultat string