XmlReaderResourceParser.GetAttributeBooleanValue Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GetAttributeBooleanValue(Int32, Boolean) | |
GetAttributeBooleanValue(String, String, Boolean) |
GetAttributeBooleanValue(Int32, Boolean)
public bool GetAttributeBooleanValue (int index, bool defaultValue);
abstract member GetAttributeBooleanValue : int * bool -> bool
override this.GetAttributeBooleanValue : int * bool -> bool
Parameters
- index
- Int32
- defaultValue
- Boolean
Returns
Implements
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
Applies to
GetAttributeBooleanValue(String, String, Boolean)
public bool GetAttributeBooleanValue (string? namespaceURI, string? attribute, bool defaultValue);
abstract member GetAttributeBooleanValue : string * string * bool -> bool
override this.GetAttributeBooleanValue : string * string * bool -> bool
Parameters
- namespaceURI
- String
- attribute
- String
- defaultValue
- Boolean
Returns
Implements
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.