ContentValues.GetAsByte(String) Method

Definition

Gets a value and converts it to a Byte.

[Android.Runtime.Register("getAsByte", "(Ljava/lang/String;)Ljava/lang/Byte;", "")]
public sbyte GetAsByte (string key);
[<Android.Runtime.Register("getAsByte", "(Ljava/lang/String;)Ljava/lang/Byte;", "")>]
member this.GetAsByte : string -> sbyte

Parameters

key
String

the value to get

Returns

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