C# Class IronLua.Library.StringFormatter.FormatTag

Mostra file Open project: ericmj/IronLua

Public Methods

Method Description
Format ( double value ) : string
Format ( string value ) : string
FormatTag ( int count ) : System

Private Methods

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

Method Details

Format() public method

public Format ( double value ) : string
value double
return string

Format() public method

public Format ( string value ) : string
value string
return string

FormatTag() public method

public FormatTag ( int count ) : System
count int
return System