C# Class LoginServer.Systems.Print

Afficher le fichier Open project: CarlosX/DarkEmu

Méthodes publiques

Méthode Description
Format ( IFormatProvider provider, string format ) : void
Format ( String format, Object arg0 ) : void
Format ( String format, Object arg0, Object arg1 ) : void
Format ( String format, Object arg0, Object arg1, Object arg2 ) : void
Format ( string format ) : void

Private Methods

Méthode Description
FormatHelper ( StringBuilder result, IFormatProvider provider, string format ) : void
ParseDecimal ( string str, int &ptr ) : int
ParseFormatSpecifier ( string str, int &ptr, int &n, int &width, bool &left_align, string &format ) : void

Method Details

Format() public static méthode

public static Format ( IFormatProvider provider, string format ) : void
provider IFormatProvider
format string
Résultat void

Format() public static méthode

public static Format ( String format, Object arg0 ) : void
format String
arg0 Object
Résultat void

Format() public static méthode

public static Format ( String format, Object arg0, Object arg1 ) : void
format String
arg0 Object
arg1 Object
Résultat void

Format() public static méthode

public static Format ( String format, Object arg0, Object arg1, Object arg2 ) : void
format String
arg0 Object
arg1 Object
arg2 Object
Résultat void

Format() public static méthode

public static Format ( string format ) : void
format string
Résultat void