C# 클래스 WPFLocalizeExtension.Extensions.LocTextUpperExtension

상속: LocTextExtension
파일 보기 프로젝트 열기: SeriousM/WPFLocalizationExtension 1 사용 예제들

공개 메소드들

메소드 설명
LocTextUpperExtension ( ) : System
LocTextUpperExtension ( string key ) : System

보호된 메소드들

메소드 설명
FormatText ( string target ) : string

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

메소드 상세

FormatText() 보호된 메소드

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.
리턴 string

LocTextUpperExtension() 공개 메소드

public LocTextUpperExtension ( ) : System
리턴 System

LocTextUpperExtension() 공개 메소드

public LocTextUpperExtension ( string key ) : System
key string
리턴 System