PropertyValue.CreateChar16Array(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 an array of Unicode characters.
public:
static Platform::Object ^ CreateChar16Array(Platform::Array <char16> ^ value);
static IInspectable CreateChar16Array(winrt::array_view <char16_t> const& value);
public static object CreateChar16Array(char[] value);
function createChar16Array(value)
Public Shared Function CreateChar16Array (value As Char()) As Object
Parameters
- value
-
Char[]
char16[]
char16_t[]
The array to store in the property value.
Returns
The property value.