Exemple #1
0
        public string GetFormattedValue(object @object)
        {
            object originalValueOfProperty = _propertyReader.ReadValue(@object);
            var    context = new PropertyFormatterContext(@object, originalValueOfProperty);

            return(ValueFormatter(context));
        }
Exemple #2
0
 public string GetFormattedValue(object @object)
 {
     object originalValueOfProperty = _propertyReader.ReadValue(@object);
     var context = new PropertyFormatterContext(@object, originalValueOfProperty);
     return ValueFormatter(context);
 }