Table of Contents

Method PropValueToString

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

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 object

Object instance.

propInfo PropertyInfo

Property info.

typeConverter TypeConverter

Type converter. Optional.

Returns

string