KeyValuePairConverterTKey, TValueConvert(ITypeDescriptorContext, CultureInfo, KeyValuePairTKey, TValue) Method

Converts the type of this converter to a string.

Definition

Namespace: Ookii.CommandLine
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 3.1.1
C#
protected override string? Convert(
	ITypeDescriptorContext? context,
	CultureInfo? culture,
	KeyValuePair<TKey, TValue> value
)

Parameters

context  ITypeDescriptorContext
An ITypeDescriptorContext that provides format context.
culture  CultureInfo
A CultureInfo to use for the conversion.
value  KeyValuePairTKey, TValue
The object to convert.

Return Value

String
A string representing the object.

See Also