C# Class IronLua.Library.StringFormatter

Afficher le fichier Open project: ericmj/IronLua Class Usage Examples

Méthodes publiques

Méthode Description
Format ( string format, object values ) : string

Private Methods

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

Method Details

Format() public static méthode

public static Format ( string format, object values ) : string
format string
values object
Résultat string