Android.Util.Base64.Encode Method
Base64-encode the given data and return a newly allocated byte[] with the result.

Syntax

[Android.Runtime.Register("encode", "([BIII)[B", "")]
public static byte[] Encode (byte[] input, int offset, int len, [Android.Runtime.GeneratedEnum] Base64Flags flags)

Parameters

input
the data to encode
offset
the position within the input array at which to start
len
the number of bytes of input to encode
flags
controls certain features of the encoded output. Passing DEFAULT results in output that adheres to RFC 2045.

Returns

Documentation for this section has not yet been entered.

Remarks

Base64-encode the given data and return a newly allocated byte[] with the result.

[Android Documentation]

Requirements

Namespace: Android.Util
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 8