Android.Content.ContentValues.GetAsByteArray Method
Gets a value that is a byte array.

Syntax

[Android.Runtime.Register("getAsByteArray", "(Ljava/lang/String;)[B", "")]
public byte[] GetAsByteArray (string key)

Parameters

key
the value to get

Returns

Documentation for this section has not yet been entered.

Remarks

Gets a value that is a byte array. Note that this method will not convert any other types to byte arrays.

[Android Documentation]

Requirements

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