C# Class IronLua.Library.StringFormatter

Mostra file Open project: ericmj/IronLua Class Usage Examples

Public Methods

Method Description
Format ( string format, object values ) : string

Private Methods

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

public static Format ( string format, object values ) : string
format string
values object
return string