C# 클래스 LoginServer.Systems.Print

파일 보기 프로젝트 열기: CarlosX/DarkEmu

공개 메소드들

메소드 설명
Format ( IFormatProvider provider, string format ) : void
Format ( String format, Object arg0 ) : void
Format ( String format, Object arg0, Object arg1 ) : void
Format ( String format, Object arg0, Object arg1, Object arg2 ) : void
Format ( string format ) : void

비공개 메소드들

메소드 설명
FormatHelper ( StringBuilder result, IFormatProvider provider, string format ) : void
ParseDecimal ( string str, int &ptr ) : int
ParseFormatSpecifier ( string str, int &ptr, int &n, int &width, bool &left_align, string &format ) : void

메소드 상세

Format() 공개 정적인 메소드

public static Format ( IFormatProvider provider, string format ) : void
provider IFormatProvider
format string
리턴 void

Format() 공개 정적인 메소드

public static Format ( String format, Object arg0 ) : void
format String
arg0 Object
리턴 void

Format() 공개 정적인 메소드

public static Format ( String format, Object arg0, Object arg1 ) : void
format String
arg0 Object
arg1 Object
리턴 void

Format() 공개 정적인 메소드

public static Format ( String format, Object arg0, Object arg1, Object arg2 ) : void
format String
arg0 Object
arg1 Object
arg2 Object
리턴 void

Format() 공개 정적인 메소드

public static Format ( string format ) : void
format string
리턴 void