======Метод TypeConverter.ConvertFromString(ITypeDescriptorContext, CultureInfo, String)====== * **Пространство имен:** [[developers:references:system.componentmodel|System.ComponentModel]] * **Сборка:** System (в System.dll) =====Синтаксис===== public object ConvertFromString(ITypeDescriptorContext context, CultureInfo culture, string text) **Параметры** * //context// * Тип: [[developers:references:system.componentmodel.itypedescriptorcontext|System.ComponentModel.ITypeDescriptorContext]] * //culture// * Тип: [[developers:references:system.globalization.cultureinfo|System.Globalization.CultureInfo]] * //text// * Тип: [[developers:references:system.string|System.String]] **Возвращаемое значение** * Тип: [[developers:references:system.object|System.Object]]