Share via


NSNumber.FromByte(Byte) Method

Definition

[Foundation.Export("numberWithUnsignedChar:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static Foundation.NSNumber FromByte(byte value);
[<Foundation.Export("numberWithUnsignedChar:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member FromByte : byte -> Foundation.NSNumber

Parameters

value
Byte

Returns

Attributes

Applies to