ResourceNameToResourceStringConverter Class
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.
Value converter that look up for the source string in the App Resources strings and returns its value, if found.
public sealed class ResourceNameToResourceStringConverter : Windows.UI.Xaml.Data.IValueConverter
type ResourceNameToResourceStringConverter = class
interface IValueConverter
Public NotInheritable Class ResourceNameToResourceStringConverter
Implements IValueConverter
- Inheritance
-
ResourceNameToResourceStringConverter
- Implements
-
Windows.UI.Xaml.Data.IValueConverter
Constructors
ResourceNameToResourceStringConverter() |
Methods
Convert(Object, Type, Object, String) |
Take the source string as a resource name that will be looked up in the App Resources. If the resource exists, the value is returned, otherwise. |
ConvertBack(Object, Type, Object, String) |
Not implemented. |