C# Class WPFLocalizeExtension.Extensions.LocTextLowerExtension

Inheritance: LocTextExtension
Afficher le fichier Open project: SeriousM/WPFLocalizationExtension Class Usage Examples

Méthodes publiques

Méthode Description
LocTextLowerExtension ( ) : System
LocTextLowerExtension ( string key ) : System

Méthodes protégées

Méthode Description
FormatText ( string target ) : string

This method formats the localized text. If the passed target text is null, string.empty will be returned.

Method Details

FormatText() protected méthode

This method formats the localized text. If the passed target text is null, string.empty will be returned.
protected FormatText ( string target ) : string
target string The text to format.
Résultat string

LocTextLowerExtension() public méthode

public LocTextLowerExtension ( ) : System
Résultat System

LocTextLowerExtension() public méthode

public LocTextLowerExtension ( string key ) : System
key string
Résultat System