Aqueduct.SitecoreLib.DataAccess.ValueResolvers.DateValueResolver.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 DateUtil.IsoDateToDateTime(rawValue);
		}