Org.Xml.Sax.Helpers.AttributesImpl.GetValue Method
Look up an attribute's value by Namespace-qualified name.

Syntax

[Android.Runtime.Register("getValue", "(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;", "GetGetValue_Ljava_lang_String_Ljava_lang_String_Handler")]
public virtual string GetValue (string uri, string localName)

See Also

Org.Xml.Sax.IAttributes.GetValue(string, System.String)

Parameters

uri
The Namespace URI, or the empty string for a name with no explicit Namespace URI.
localName
The local name.

Returns

Documentation for this section has not yet been entered.

Remarks

Look up an attribute's value by Namespace-qualified name.

[Android Documentation]

Requirements

Namespace: Org.Xml.Sax.Helpers
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1