C# Class Rsdn.Janus.StatsFormatterManager

Inheritance: IStatsFormatterManager
ファイルを表示 Open project: rsdn/janus

Public Methods

Method Description
FormatValue ( string statsName, int value, IFormatProvider formatProvider ) : string
StatsFormatterManager ( IServiceProvider provider ) : System

Method Details

FormatValue() public method

public FormatValue ( string statsName, int value, IFormatProvider formatProvider ) : string
statsName string
value int
formatProvider IFormatProvider
return string

StatsFormatterManager() public method

public StatsFormatterManager ( IServiceProvider provider ) : System
provider IServiceProvider
return System