PropertyValue.CreateUInt8(Byte) Method

Definition

Creates a property value from a byte.

public:
 static Platform::Object ^ CreateUInt8(byte value);
 static IInspectable CreateUInt8(byte const& value);
public static object CreateUInt8(byte value);
function createUInt8(value)
Public Shared Function CreateUInt8 (value As Byte) As Object

Parameters

value
Byte

byte

The value to store in the property value.

Returns

Object

Platform::Object

IInspectable

The property value.

Applies to