JustEat.StatsD.StatsDMessageFormatter.StatsDMessageFormatter C# (CSharp) Method

StatsDMessageFormatter() public method

public StatsDMessageFormatter ( string prefix = "" ) : System
prefix string
return System
        public StatsDMessageFormatter(string prefix = "") : this(new CultureInfo(SafeDefaultIsoCultureId), prefix) {}

Same methods

StatsDMessageFormatter::StatsDMessageFormatter ( ) : System
StatsDMessageFormatter::StatsDMessageFormatter ( CultureInfo ci, string prefix = "" ) : System