Selects the data template corresponding to the specified string key.
Namespace: Mindscape.SilverlightElementsAssembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C# |
---|
public Object Convert( Object value, Type targetType, Object parameter, CultureInfo culture ) |
Visual Basic |
---|
Public Function Convert ( _ value As Object, _ targetType As Type, _ parameter As Object, _ culture As CultureInfo _ ) As Object |
Visual C++ |
---|
public: virtual Object^ Convert( Object^ value, Type^ targetType, Object^ parameter, CultureInfo^ culture ) sealed |
Parameters
- value
- Type: System..::..Object
The String value produced by the binding source.
- targetType
- Type: System..::..Type
The type of the binding target property.
- parameter
- Type: System..::..Object
The converter parameter to use.
- culture
- Type: System.Globalization..::..CultureInfo
The culture to use in the conversion.
Return Value
The data template to which the string is mapped in the StringTemplateMap, or null if the string is not mapped to a template.Implements
IValueConverter..::..Convert(Object, Type, Object, CultureInfo)
Remarks
String matching is case sensitive.