Edit

Share via


ResourceNameToResourceStringConverter Class

Definition

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.

Applies to