EncodingConverterGetStandardValues Method

Returns a collection of standard values for the data type this type converter is designed for when provided with a format context.

Definition

Namespace: KGySoft.ComponentModel
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
C#
public override TypeConverterStandardValuesCollection GetStandardValues(
	ITypeDescriptorContext? context
)

Parameters

context  ITypeDescriptorContext
An ITypeDescriptorContext that provides a format context. In this converter this parameter is ignored.

Return Value

TypeConverterStandardValuesCollection
A TypeConverterStandardValuesCollection that holds a standard set of valid values.

See Also