PropertyValue.CreateUInt8(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 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
The property value.