Méthode | Description | |
---|---|---|
GetGeoTagsValueOnly ( this obj, [ key ) : |
||
GetIntValueOnly ( this obj, [ key ) : int? | ||
GetStringValueOnly ( this obj, [ key ) : string | ||
Parse ( [ data ) : JObject | ||
ToJObject ( this geoTagsEntry ) : JArray | ||
TryToRestore ( [ damagedJson, JObjectRestorationScheme scheme ) : JObject |
Méthode | Description | |
---|---|---|
DequoteString ( [ s ) : string |
public static GetGeoTagsValueOnly ( this obj, [ key ) : |
||
obj | this | |
key | [ | |
Résultat |
public static GetIntValueOnly ( this obj, [ key ) : int? | ||
obj | this | |
key | [ | |
Résultat | int? |
public static GetStringValueOnly ( this obj, [ key ) : string | ||
obj | this | |
key | [ | |
Résultat | string |
public static ToJObject ( this geoTagsEntry ) : JArray | ||
geoTagsEntry | this | |
Résultat | JArray |
public static TryToRestore ( [ damagedJson, JObjectRestorationScheme scheme ) : JObject | ||
damagedJson | [ | |
scheme | JObjectRestorationScheme | |
Résultat | JObject |