NSNumber.FromByte(Byte) Method

Definition

Factory method to create a number from a byte.

[Foundation.Export("numberWithUnsignedChar:")]
public static Foundation.NSNumber FromByte (byte value);
static member FromByte : byte -> Foundation.NSNumber

Parameters

value
Byte

Returns

Attributes

Applies to