Java.Net.IDN.ToASCII Method
Equivalent to toASCII(input, 0).

Syntax

[Android.Runtime.Register("toASCII", "(Ljava/lang/String;)Ljava/lang/String;", "")]
public static string ToASCII (string input)

Parameters

input
the Unicode name

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.IllegalArgumentExceptionif input does not conform to

Remarks

Equivalent to toASCII(input, 0).

[Android Documentation]

Requirements

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