C# Class a7DocumentDbStudio.Converters.a7FormattedTextConverter

Inheritance: ValueConverter
Mostrar archivo Open project: alekkowalczyk/a7DocumentDbStudio

Public Methods

Method Description
Convert ( object value, Type targetType, object parameter, System culture ) : object

Converts a value.

Private Methods

Method Description
CreateSpan ( InlineType inlineType, string param ) : System.Windows.Documents.Span
GetInlineType ( string type ) : InlineType

Method Details

Convert() public method

Converts a value.
public Convert ( object value, Type targetType, object parameter, System culture ) : object
value object The value produced by the GTMT#binding source.
targetType System.Type The type of the GTMT#binding target property.
parameter object The converter parameter to use.
culture System The culture to use in the converter.
return object