StandardCharsets.UsAscii Property

Definition

Seven-bit ASCII, a.

[Android.Runtime.Register("US_ASCII")]
public static Java.Nio.Charset.Charset? UsAscii { get; }
[<Android.Runtime.Register("US_ASCII")>]
static member UsAscii : Java.Nio.Charset.Charset

Property Value

Attributes

Remarks

Seven-bit ASCII, a.k.a. ISO646-US, a.k.a. the Basic Latin block of the Unicode character set

Java documentation for java.nio.charset.StandardCharsets.US_ASCII.

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