C# Class WPFLocalizeExtension.Extensions.LocTextLowerExtension

Inheritance: LocTextExtension
Mostra file Open project: SeriousM/WPFLocalizationExtension Class Usage Examples

Public Methods

Method Description
LocTextLowerExtension ( ) : System
LocTextLowerExtension ( 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

LocTextLowerExtension() public method

public LocTextLowerExtension ( ) : System
return System

LocTextLowerExtension() public method

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