Method | Description | |
---|---|---|
InsertCharEveryNChars ( this input, char insertCharacter, int n, int &charsInserted ) : string |
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 | |
return | string |