C# Class IronLua.Library.StringFormatter.FormatTag

Afficher le fichier Open project: ericmj/IronLua

Méthodes publiques

Méthode Description
Format ( double value ) : string
Format ( string value ) : string
FormatTag ( int count ) : System

Private Methods

Méthode 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 méthode

public Format ( double value ) : string
value double
Résultat string

Format() public méthode

public Format ( string value ) : string
value string
Résultat string

FormatTag() public méthode

public FormatTag ( int count ) : System
count int
Résultat System