PropertyValue.CreateChar16(Char) 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 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
The property value.