Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
Castle
Monorail
JSONSupport
JSONHelper
C# Class Castle.Monorail.JSONSupport.JSONHelper
Provides utilities methods to work with JSON.
Inheritance:
Castle.MonoRail.Framework.Helpers.AbstractHelper
Afficher le fichier
Open project: nats/castle-1.0.3-mono
Méthodes publiques
Méthode
Description
ToJSON
(
object
model
) :
string
Converts a instance of the model to its JSON representation.
Method Details
ToJSON()
public
méthode
Converts a instance of the model to its JSON representation.
public
ToJSON
(
object
model
) :
string
model
object
The model.
Résultat
string