Java.Net.URLEncoder.Encode Method
Equivalent to encode(s, "UTF-8").

Syntax

[Android.Runtime.Register("encode", "(Ljava/lang/String;)Ljava/lang/String;", "")]
[System.Obsolete("deprecated")]
public static string Encode (string s)

Parameters

s
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Equivalent to encode(s, "UTF-8").

[Android Documentation]

Requirements

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