Base64-encode the given data and return a newly allocated
String with the result.
Syntax
[Android.Runtime.Register("encodeToString", "([BI)Ljava/lang/String;", "")]
public static
string EncodeToString (
byte[] input, [Android.Runtime.GeneratedEnum]
Base64Flags flags)
Parameters
- input
- the data 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
Requirements
Namespace: Android.Util
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 8