StringToUriConverter Class

String to Uri converter class.

Definition

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

Constructors

StringToUriConverterInitializes a new instance of the StringToUriConverter class

Methods

Convert Converts a string to a uniform resource identifier (Uri).
ConvertBack Converts a Uri value to its String representation.

Extension Methods

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

See Also