C# Class WPFLocalizeExtension.Extensions.LocTextUpperExtension

Inheritance: LocTextExtension
ファイルを表示 Open project: SeriousM/WPFLocalizationExtension Class Usage Examples

Public Methods

Method Description
LocTextUpperExtension ( ) : System
LocTextUpperExtension ( string key ) : System

Protected Methods

Method 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 method

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.
return string

LocTextUpperExtension() public method

public LocTextUpperExtension ( ) : System
return System

LocTextUpperExtension() public method

public LocTextUpperExtension ( string key ) : System
key string
return System