Click or drag to resize

ObjectToDisplayNameConverterConvert Method (Object)

Converts the specified value to the display name taken from it's DisplayNameAttribute

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 display name of the value.
See Also