PathToImageConverter Class

Path to image converter class.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
public class PathToImageConverter : IValueConverter
Inheritance
Object    PathToImageConverter
Implements
IValueConverter

Constructors

PathToImageConverterInitializes a new instance of the PathToImageConverter class

Methods

Convert Convert a string with the image path to the image.
ConvertBack Not implemented.

Extension Methods

GetAttributeFromT Get attribute from a class.
(Defined by ObjectExtensions)
ValidateDataAnnotations Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions)

See Also