PropertyValue.CreateString(String) 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 string.
public:
static Platform::Object ^ CreateString(Platform::String ^ value);
static IInspectable CreateString(winrt::hstring const& value);
public static object CreateString(string value);
function createString(value)
Public Shared Function CreateString (value As String) As Object
Parameters
- value
-
String
Platform::String
winrt::hstring
The string to store in the property value.
Returns
The property value.