XmlReaderResourceParser.GetAttributeUnsignedIntValue Method

Definition

Overloads

GetAttributeUnsignedIntValue(Int32, Int32)
GetAttributeUnsignedIntValue(String, String, Int32)

GetAttributeUnsignedIntValue(Int32, Int32)

public int GetAttributeUnsignedIntValue (int index, int defaultValue);
abstract member GetAttributeUnsignedIntValue : int * int -> int
override this.GetAttributeUnsignedIntValue : int * int -> int

Parameters

index
Int32
defaultValue
Int32

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

GetAttributeUnsignedIntValue(String, String, Int32)

public int GetAttributeUnsignedIntValue (string? namespaceURI, string? attribute, int defaultValue);
abstract member GetAttributeUnsignedIntValue : string * string * int -> int
override this.GetAttributeUnsignedIntValue : string * string * int -> int

Parameters

namespaceURI
String
attribute
String
defaultValue
Int32

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