C# 클래스 UEx.StringExtensions

파일 보기 프로젝트 열기: jbruening/unity3d-extensions

공개 메소드들

메소드 설명
InsertCharEveryNChars ( this input, char insertCharacter, int n, int &charsInserted ) : string

Insert the specified character into the string every n characters

메소드 상세

InsertCharEveryNChars() 공개 정적인 메소드

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
리턴 string