Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 792 Bytes

resourcemanager_isresourcereference_1386817006.md

File metadata and controls

27 lines (19 loc) · 792 Bytes
-api-id -api-type
M:Windows.ApplicationModel.Resources.Core.ResourceManager.IsResourceReference(System.String)
winrt method

Windows.ApplicationModel.Resources.Core.ResourceManager.IsResourceReference

-description

Determines whether a supplied string matches the resource reference format (an ms-resource string URI identifier).

-parameters

-param resourceReference

The string you want to match.

-returns

true if the string matches; otherwise, false.

-remarks

An example of matching an ms-resource string URI identifier format: isResourceReference('ms-resource:Hello') returns true, but isResourceReference('Hello') returns false.

-examples

-see-also