Aqueduct.Helpers.StringExtensions.Format C# (CSharp) Method

Format() private method

private Format ( this str ) : string
str this
return string
        public static string Format (this string str, params object[] args)
        {
            return string.Format (str, args);
        }