C# Class Cronos.Infrastructure.Infractructure.ObjectExtensions

Mostrar archivo Open project: mravinale/simple-cqrs

Public Methods

Method Description
ToJSON ( this o ) : string

Convert the object to JSON string

Method Details

ToJSON() public static method

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