PropertyValue.CreateUInt8Array(Byte[]) Method

Definition

Creates a property value from an array of bytes.

public:
 static Platform::Object ^ CreateUInt8Array(Platform::Array <byte> ^ value);
 static IInspectable CreateUInt8Array(winrt::array_view <byte> const& value);
public static object CreateUInt8Array(byte[] value);
function createUInt8Array(value)
Public Shared Function CreateUInt8Array (value As Byte()) As Object

Parameters

value

Byte[]

byte[]

The array to store in the property value.

Returns

Object

Platform::Object

IInspectable

The property value.

Applies to