C# Class Cronos.Infrastructure.Infractructure.ObjectExtensions

Afficher le fichier Open project: mravinale/simple-cqrs

Méthodes publiques

Méthode Description
ToJSON ( this o ) : string

Convert the object to JSON string

Method Details

ToJSON() public static méthode

Convert the object to JSON string
public static ToJSON ( this o ) : string
o this The object which is to be converted to JSON string.
Résultat string