PropertyValue.CreateChar16(Char) Method

Definition

Creates a property value from a Unicode character.

public:
 static Platform::Object ^ CreateChar16(char16 value);
 static IInspectable CreateChar16(char16_t const& value);
public static object CreateChar16(char value);
function createChar16(value)
Public Shared Function CreateChar16 (value As Char) As Object

Parameters

value
Char

char16

char16_t

The value to store in the property value.

Returns

Object

Platform::Object

IInspectable

The property value.

Applies to