C# 클래스 Adf.Base.Resources.ResourcesFileResourceProvider

Represents the resource provider for the resource files. Provides methods to get the string value corresponding to the specified key from the resource files etc.
상속: IResourceProvider
파일 보기 프로젝트 열기: NLADP/ADF

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
GetString ( string key ) : string

Returns the value from the resource file corresponding to the specified key.

GetString ( string key, CultureInfo culture ) : string

Returns a value from the resource file corresponding to the specified key and System.Globalization.CultureInfo.

메소드 상세

GetString() 공개 메소드

Returns the value from the resource file corresponding to the specified key.
public GetString ( string key ) : string
key string The key for which the corresponding value is required.
리턴 string

GetString() 공개 메소드

Returns a value from the resource file corresponding to the specified key and System.Globalization.CultureInfo.
public GetString ( string key, CultureInfo culture ) : string
key string The key for which the corresponding value is required.
culture System.Globalization.CultureInfo The specified .
리턴 string