C# Class Csharp6.Csharp6.PointJson

Afficher le fichier Open project: ufcpp/UfcppSample

Méthodes publiques

Méthode Description
ArrayToString ( this points ) : string
FromJson ( Newtonsoft.Json.Linq.JArray array ) : IEnumerable
ParseArray ( string json ) : IEnumerable
ToJson ( IEnumerable points ) : Newtonsoft.Json.Linq.JArray

Private Methods

Méthode Description
TryGetInt ( JToken json, int &value ) : bool

Method Details

ArrayToString() public static méthode

public static ArrayToString ( this points ) : string
points this
Résultat string

FromJson() public static méthode

public static FromJson ( Newtonsoft.Json.Linq.JArray array ) : IEnumerable
array Newtonsoft.Json.Linq.JArray
Résultat IEnumerable

ParseArray() public static méthode

public static ParseArray ( string json ) : IEnumerable
json string
Résultat IEnumerable

ToJson() public static méthode

public static ToJson ( IEnumerable points ) : Newtonsoft.Json.Linq.JArray
points IEnumerable
Résultat Newtonsoft.Json.Linq.JArray