BaseBundle.GetBoolean 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
GetBoolean(String) |
傳回與指定索引鍵相關聯的值,如果指定的索引鍵沒有所需類型的對應,則傳回 false。 |
GetBoolean(String, Boolean) |
傳回與指定索引鍵相關聯的值,如果指定的索引鍵沒有所需類型的對應,則傳回 defaultValue。 |
GetBoolean(String)
傳回與指定索引鍵相關聯的值,如果指定的索引鍵沒有所需類型的對應,則傳回 false。
[Android.Runtime.Register("getBoolean", "(Ljava/lang/String;)Z", "GetGetBoolean_Ljava_lang_String_Handler", ApiSince=22)]
public virtual bool GetBoolean (string? key);
[<Android.Runtime.Register("getBoolean", "(Ljava/lang/String;)Z", "GetGetBoolean_Ljava_lang_String_Handler", ApiSince=22)>]
abstract member GetBoolean : string -> bool
override this.GetBoolean : string -> bool
參數
- key
- String
字串
傳回
布爾值
- 屬性
備註
傳回與指定索引鍵相關聯的值,如果指定的索引鍵沒有所需類型的對應,則傳回 false。
的 android.os.BaseBundle.getBoolean(java.lang.String)
Java 檔。
此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。
適用於
GetBoolean(String, Boolean)
傳回與指定索引鍵相關聯的值,如果指定的索引鍵沒有所需類型的對應,則傳回 defaultValue。
[Android.Runtime.Register("getBoolean", "(Ljava/lang/String;Z)Z", "GetGetBoolean_Ljava_lang_String_ZHandler", ApiSince=22)]
public virtual bool GetBoolean (string? key, bool defaultValue);
[<Android.Runtime.Register("getBoolean", "(Ljava/lang/String;Z)Z", "GetGetBoolean_Ljava_lang_String_ZHandler", ApiSince=22)>]
abstract member GetBoolean : string * bool -> bool
override this.GetBoolean : string * bool -> bool
參數
- key
- String
字串
- defaultValue
- Boolean
如果索引鍵不存在,則傳回的值
傳回
布爾值
- 屬性
備註
傳回與指定索引鍵相關聯的值,如果指定的索引鍵沒有所需類型的對應,則傳回 defaultValue。
的 android.os.BaseBundle.getBoolean(java.lang.String, boolean)
Java 檔。
此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。