Converts between doubles and bytes.
Namespace:
Mindscape.WpfPropertyGridAssembly: Mindscape.WpfPropertyGrid (in Mindscape.WpfPropertyGrid)
Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
[ValueConversionAttribute(typeof(double), typeof(byte))] public class DoubleToByteConverter : IValueConverter |
| Visual Basic (Declaration) |
|---|
<ValueConversionAttribute(GetType(Double), GetType(Byte))> _ Public Class DoubleToByteConverter _ Implements IValueConverter |