EncodingUtils.GetBytes(String, String) Method

Definition

Converts the specified string to a byte array.

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

Parameters

data
String

the string to be encoded

charset
String

the desired character encoding

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