C# 클래스 IronLua.Library.StringFormatter

파일 보기 프로젝트 열기: ericmj/IronLua 1 사용 예제들

공개 메소드들

메소드 설명
Format ( string format, object values ) : string

비공개 메소드들

메소드 설명
ParseFlags ( FormatTag tag, string format, int &i ) : void
ParsePrecision ( FormatTag tag, string format, int &i ) : void
ParseSpecifier ( FormatTag tag, string format, int &i ) : void
ParseTag ( string format, int tagCount, int &i ) : FormatTag
ParseWidth ( FormatTag tag, string format, int &i ) : void

메소드 상세

Format() 공개 정적인 메소드

public static Format ( string format, object values ) : string
format string
values object
리턴 string