BooksCacheModel.BookExtensions.ToJson C# (CSharp) Méthode

ToJson() public static méthode

public static ToJson ( this book ) : string
book this
Résultat string
        public static string ToJson(this Book book) =>
            JsonConvert.SerializeObject(book);

Same methods

BookExtensions::ToJson ( this books ) : string