Method PropValueToString
PropValueToString(object, PropertyInfo, ref TypeConverter?)
Converts property value to string using the specified or default TypeConverter.
public virtual string PropValueToString(object instance, PropertyInfo propInfo, ref TypeConverter? typeConverter)
Parameters
instance
objectObject instance.
propInfo
PropertyInfoProperty info.
typeConverter
TypeConverterType converter. Optional.