OurSonic.Helpers.Format C# (CSharp) Method

Format() public static method

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