Aqueduct.SitecoreLib.DataAccess.ValueResolvers.ConvertibleValueResolver.ResolveEntityPropertyValue C# (CSharp) Метод

ResolveEntityPropertyValue() публичный Метод

public ResolveEntityPropertyValue ( string rawValue, Type propertyType ) : object
rawValue string
propertyType System.Type
Результат object
        public virtual object ResolveEntityPropertyValue (string rawValue, Type propertyType)
        {
            return Convert.ChangeType (rawValue, propertyType);
        }