CustomCultureInfoConverterGetStandardValues Method (ITypeDescriptorContext) Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Gets a collection of standard values for a CultureInfo object using the specified context.

Namespace: ContentStudio.Site.Controls
Assembly: ContentStudio.Site.Controls (in ContentStudio.Site.Controls.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public override TypeConverterStandardValuesCollection GetStandardValues(
	ITypeDescriptorContext context
)

Parameters

context
Type: System.ComponentModelITypeDescriptorContext
An ITypeDescriptorContext that provides a format context.

Return Value

Type: TypeConverterStandardValuesCollection
A TypeConverterStandardValuesCollection containing a standard set of valid values, or null if the data type does not support a standard set of values.
See Also

Reference