PropertyValue.CreateUInt8Array(Byte[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The property value.