ContentValues.GetAsInteger(String) Metodo

Definizione

Ottiene un valore e lo converte in un valore Integer.

[Android.Runtime.Register("getAsInteger", "(Ljava/lang/String;)Ljava/lang/Integer;", "")]
public int GetAsInteger(string key);
[<Android.Runtime.Register("getAsInteger", "(Ljava/lang/String;)Ljava/lang/Integer;", "")>]
member this.GetAsInteger : string -> int

Parametri

key
String

valore da ottenere

Valori restituiti

Valore intero o Null se il valore è mancante o non può essere convertito

Attributi

Commenti

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.

per android.content.ContentValues.getAsInteger(java.lang.String).

Si applica a