Converts between doubles and bytes.

Namespace:  Mindscape.WpfPropertyGrid
Assembly:  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

Inheritance Hierarchy

System..::.Object
  Mindscape.WpfPropertyGrid..::.DoubleToByteConverter

See Also