Version

ValueConverterGroup Class Members

The following tables list the members exposed by ValueConverterGroup.

Public Constructors
 NameDescription
Public ConstructorValueConverterGroup ConstructorInitializes a new ValueConverterGroup  
Public Properties
 NameDescription
Public PropertyConvertersThe collection of converters that will be used to convert the value.  
Public Methods
 NameDescription
Public MethodConvertOverridden. Returns the result of the first converter in the Converters collection that returns a value for the specified parameters.  
Public MethodConvertBackOverridden. Returns the result of the first converter in the Converters collection that returns a value for the specified parameters.  
See Also