Click or drag to resize

ObjectToDescriptionConverterConvert Method (Object)

Converts the specified value to the description taken from it's DescriptionAttribute

Namespace:  TomsToolbox.Wpf.Converters
Assembly:  TomsToolbox.Wpf (in TomsToolbox.Wpf.dll)
Syntax
public static string Convert(
	Object? value
)

Parameters

value
Type: SystemObject
The value.

Return Value

Type: String
The description of the value.
See Also