Automobile.Mobile.Framework.JQuery.Format C# (CSharp) Метод

Format() публичный статический Метод

Formats the JQuery constructor with a selector
public static Format ( string selector ) : string
selector string selector to use
Результат string
        public static string Format(string selector)
        {
            return Format(selector, string.Empty);
        }

Same methods

JQuery::Format ( string selector, string member ) : string