C# Класс Adf.Base.Resources.StateResourceProvider

Represents the resource provider for the States. Provides methods to get the string value corresponding to the specified key from the States etc.
Наследование: IResourceProvider
Показать файл Открыть проект

Открытые методы

Метод Описание
GetString ( string key ) : string

Returns the value from the State corresponding to the specified key.

GetString ( string key, CultureInfo culture ) : string

Returns the value from the State corresponding to the specified key and System.Globalization.CultureInfo.

Описание методов

GetString() публичный Метод

Returns the value from the State corresponding to the specified key.
public GetString ( string key ) : string
key string The key for which the corresponding value is required.
Результат string

GetString() публичный Метод

Returns the value from the State corresponding to the specified key and System.Globalization.CultureInfo.
/// The method is yet to be implemented. ///
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