-api-id | -api-type |
---|---|
M:Windows.ApplicationModel.Resources.Core.ResourceManager.IsResourceReference(System.String) |
winrt method |
Determines whether a supplied string matches the resource reference format (an ms-resource string URI identifier).
The string you want to match.
true
if the string matches; otherwise, false
.
An example of matching an ms-resource string URI identifier format: isResourceReference('ms-resource:Hello')
returns true
, but isResourceReference('Hello')
returns false
.