Converts between doubles and bytes.

Namespace:  Mindscape.WpfElements
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.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.WpfElements..::.DoubleToByteConverter

See Also