C# Class a7DocumentDbStudio.Converters.a7FormattedTextConverter

Inheritance: ValueConverter
Afficher le fichier Open project: alekkowalczyk/a7DocumentDbStudio

Méthodes publiques

Méthode Description
Convert ( object value, Type targetType, object parameter, System culture ) : object

Converts a value.

Private Methods

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

Method Details

Convert() public méthode

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.
Résultat object