Linguaggio

JSONObject.ToJSONArray(JSONArray) Metodo

Definizione

Restituisce una matrice con i valori corrispondenti a names.

[Android.Runtime.Register("toJSONArray", "(Lorg/json/JSONArray;)Lorg/json/JSONArray;", "GetToJSONArray_Lorg_json_JSONArray_Handler")]
public virtual Org.Json.JSONArray? ToJSONArray(Org.Json.JSONArray? names);
[<Android.Runtime.Register("toJSONArray", "(Lorg/json/JSONArray;)Lorg/json/JSONArray;", "GetToJSONArray_Lorg_json_JSONArray_Handler")>]
abstract member ToJSONArray : Org.Json.JSONArray -> Org.Json.JSONArray
override this.ToJSONArray : Org.Json.JSONArray -> Org.Json.JSONArray

Parametri

names
JSONArray

Valori restituiti

Attributi

Eccezioni

Commenti

Restituisce una matrice con i valori corrispondenti a names. La matrice contiene null per i nomi non mappati. Questo metodo restituisce null se names è null o vuoto.

per org.json.JSONObject.toJSONArray(org.json.JSONArray).

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a