Android.Net.Uri.Decode Method
Decodes '%'-escaped octets in the given string using the UTF-8 scheme.

Syntax

[Android.Runtime.Register("decode", "(Ljava/lang/String;)Ljava/lang/String;", "")]
public static string Decode (string s)

Parameters

s
encoded string to decode

Returns

Documentation for this section has not yet been entered.

Remarks

Decodes '%'-escaped octets in the given string using the UTF-8 scheme. Replaces invalid octets with the unicode replacement character ("\\uFFFD").

[Android Documentation]

Requirements

Namespace: Android.Net
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1