LocalizableStringConverter.ConvertFrom(ITypeDescriptorContext,CultureInfo,Object) - метод Смотри также Terrasoft.Common - пространство имен > LocalizableStringConverter - класс > ConvertFrom - метод : ConvertFrom(ITypeDescriptorContext,CultureInfo,Object) - метод C#
- context
- An instance of class that implements the System.ComponentModel.ITypeDescriptorContext interface that represents the context of the format.
- culture
- Language standard.
- value
- The object to convert.
Glossary Item Box
public override object ConvertFrom( ITypeDescriptorContext context, CultureInfo culture, object value )
Параметры
- context
- An instance of class that implements the System.ComponentModel.ITypeDescriptorContext interface that represents the context of the format.
- culture
- Language standard.
- value
- The object to convert.
Тип возвращаемого значения
true
if the conversion can be done; otherwise - false
.Исключение | Описание |
---|---|
System.ArgumentNullException | If the null value is passed as a value parameter. |
Overload of the base System.ComponentModel.TypeConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object) method.