Click or drag to resize

ObjectToTextConverterConvert Method (Object, Object)

Converts the specified value to the text taken from it's TextAttribute

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

Parameters

key
Type: SystemObject
The key.
value
Type: SystemObject
The value.

Return Value

Type: String
The text of the value.
See Also