StringUnescapeConverter Class

String unescape converter class.

Definition

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

Constructors

StringUnescapeConverterInitializes a new instance of the StringUnescapeConverter class

Methods

Convert Convert the string value to equivalent to without unescape commands.
ConvertBack Convert value to string.

Extension Methods

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

See Also