Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Cronos
Infrastructure
Infractructure
ObjectExtensions
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