Retrieves the converter for Silverlight
Namespace: Ico.WPF.SpecializedAssembly: IcoWPFSpecialized (in IcoWPFSpecialized.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
| C# |
|---|
public SilverlightConverterBase GetConverter(
SilverlightConverterType mode
) |
| Visual Basic |
|---|
Public Function GetConverter ( _
mode As SilverlightConverterType _
) As SilverlightConverterBase |
| JScript |
|---|
public final function GetConverter(
mode : SilverlightConverterType
) : SilverlightConverterBase |
Parameters
- mode
- Type: SilverlightConverterType
Implements
ISilverlightConverterProviderGetConverter(SilverlightConverterType)
See Also