 | ValueConverter Class |
Base class for a value converter.
Inheritance Hierarchy
Namespace:
Slash.Unity.DataBind.Foundation.Providers.Converters
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic abstract class ValueConverter
Public MustInherit Class ValueConverter
public ref class ValueConverter abstract
[<AbstractClassAttribute>]
type ValueConverter = class end
The ValueConverter type exposes the following members.
Constructors
| Name | Description |
---|
 | ValueConverter | Initializes a new instance of the ValueConverter class |
Top
Methods
| Name | Description |
---|
 | Convert |
Converts the specified value.
|
Top
See Also