SuperMap.WindowsPhone.Core.GeoPointConverter.ConvertFrom C# (CSharp) Method

ConvertFrom() public method

${WP_core_GeoPointConverter_method_ConvertFrom_D}
public ConvertFrom ( ITypeDescriptorContext context, CultureInfo culture, object value ) : object
context ITypeDescriptorContext ${WP_core_GeoPointConverter_method_ConvertFrom_param_context}
culture System.Globalization.CultureInfo ${WP_core_GeoPointConverter_method_ConvertFrom_param_culture}
value object ${WP_core_GeoPointConverter_method_ConvertFrom_param_value}
return object
        public override object ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, object value)
        {
            return convertFromString(value as string);
        }