public abstract class ValueConverter<TSource, TTarget> : IValueConverter
Public MustInherit Class ValueConverter(Of TSource, TTarget)
Implements IValueConvertergeneric<typename TSource, typename TTarget>
public ref class ValueConverter abstract : IValueConverter[<AbstractClassAttribute>]
type ValueConverter<'TSource, 'TTarget> =
class
interface IValueConverter
end| ValueConverterTSource, TTarget | Инициализирует новый экземпляр класса ValueConverterTSource, TTarget |
| BoxSourceValue | |
| BoxTargetValue | |
| Convert(TSource, Object, CultureInfo) | |
| Convert(Object, Type, Object, CultureInfo) | |
| ConvertBack(TTarget, Object, CultureInfo) | |
| ConvertBack(Object, Type, Object, CultureInfo) | |
| Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
| GetHashCode | Serves as the default hash function. (Унаследован от Object) |
| GetType | Gets the Type of the current instance. (Унаследован от Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
| ToString | Returns a string that represents the current object. (Унаследован от Object) |