C# Class UEx.StringExtensions

显示文件 Open project: jbruening/unity3d-extensions

Public Methods

Method 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 method

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