C# 클래스 IronLua.Library.StringFormatter.FormatTag

파일 보기 프로젝트 열기: ericmj/IronLua

공개 메소드들

메소드 설명
Format ( double value ) : string
Format ( string value ) : string
FormatTag ( int count ) : System

비공개 메소드들

메소드 설명
AddDecimalPoint ( string str ) : void
AddMinimumDigits ( ) : void
AddSign ( double value ) : void
FormatChar ( double value ) : void
FormatFloating ( double value ) : void
FormatHexInt ( double value, bool upperCase ) : void
FormatOctInt ( double value ) : void
FormatScienctific ( double value, bool upperCase ) : void
FormatShorter ( double value, bool upperCase ) : void
FormatSignDecInt ( double value ) : void
FormatString ( string value ) : void
FormatUnsignDecInt ( double value ) : void
Pad ( ) : void

메소드 상세

Format() 공개 메소드

public Format ( double value ) : string
value double
리턴 string

Format() 공개 메소드

public Format ( string value ) : string
value string
리턴 string

FormatTag() 공개 메소드

public FormatTag ( int count ) : System
count int
리턴 System