KeyValuePairConverterTKey, TValueConvert(ITypeDescriptorContext, CultureInfo, String) Method

Converts from a string to the type of this converter.

Definition

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

Parameters

context  ITypeDescriptorContext
An ITypeDescriptorContext that provides format context.
culture  CultureInfo
A CultureInfo to use for the conversion.
value  String
The String value to convert.

Return Value

KeyValuePairTKey, TValue
The converted object.

Exceptions

FormatExceptionThe value could not be converted.

See Also