SharpMod.PluginManager.NumberFormat C# (CSharp) Method

NumberFormat() protected static method

protected static NumberFormat ( int pluginCount ) : string
pluginCount int
return string
        protected static string NumberFormat(int pluginCount)
        {
            numberFormatCounter++;
            return " [ " + new string(' ', pluginCount.ToString().Length - numberFormatCounter.ToString().Length) + numberFormatCounter + "]";
        }