C# Class WPFLocalizeExtension.Extensions.LocTextUpperExtension

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

Méthodes publiques

Méthode Description
LocTextUpperExtension ( ) : System
LocTextUpperExtension ( 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

LocTextUpperExtension() public méthode

public LocTextUpperExtension ( ) : System
Résultat System

LocTextUpperExtension() public méthode

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