7 references to Converter
System.Configuration (6)
System\Configuration\ConfigurationProperty.cs (5)
219if (!canAssign && this.Converter.CanConvertFrom(value.GetType())) { 220value = this.Converter.ConvertFrom(value); 246defaultValue = Converter.ConvertFromInvariantString((string)defaultValue); 383result = Converter.ConvertFromInvariantString(value); 400result = Converter.ConvertToInvariantString(value);
System\Configuration\PropertyInformation.cs (1)
201return Prop.Converter;
System.ServiceModel (1)
System\ServiceModel\Configuration\ServiceModelExtensionCollectionElement.cs (1)
445this[reader.Name] = this.Properties[reader.Name].Converter.ConvertFromString(reader.Value);