C# Class JustPressPlay.Utilities.ExtensionMethods

Contains custom extension methods
Afficher le fichier Open project: RIT-MAGIC/JustPressPlay

Méthodes publiques

Méthode Description
ToJSON ( this obj ) : string

Converts this object to a JSON string

Method Details

ToJSON() public static méthode

Converts this object to a JSON string
public static ToJSON ( this obj ) : string
obj this The object to convert
Résultat string