RuntimeInfo.AsString Property
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.
public:
static property Platform::String ^ AsString { Platform::String ^ get(); };
static winrt::hstring AsString();
public static string AsString { get; }
var string = RuntimeInfo.asString;
Public Shared ReadOnly Property AsString As String