Share via


EncodingUtils.GetAsciiBytes(String) Method

Definition

Converts the specified string to byte array of ASCII characters.

[Android.Runtime.Register("getAsciiBytes", "(Ljava/lang/String;)[B", "")]
public static byte[]? GetAsciiBytes (string? data);
[<Android.Runtime.Register("getAsciiBytes", "(Ljava/lang/String;)[B", "")>]
static member GetAsciiBytes : string -> byte[]

Parameters

data
String

the string to be encoded

Returns

Byte[]
Attributes

Remarks

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