LocalizableValue.GetCultureValue - метод Смотри также Terrasoft.Common - пространство имен > LocalizableValue - класс : GetCultureValue - метод C#
- culture
- Culture.
- throwIfNoManager
true
, if the method must generate the ItemNotFoundException exception.
Glossary Item Box
public T GetCultureValue( CultureInfo culture, bool throwIfNoManager )
Параметры
- culture
- Culture.
- throwIfNoManager
true
, if the method must generate the ItemNotFoundException exception.
Тип возвращаемого значения
The localizable value of the specified type.Исключение | Описание |
---|---|
ItemNotFoundException | If the passed parameter throwIfNoManager is equal to true . |