TypeConverter::GetStandardValues Method ()
.NET Framework (current version)
Returns a collection of standard values from the default context for the data type this type converter is designed for.
Assembly: System (in System.dll)
Return Value
Type: System.Collections::ICollection^A TypeConverter::StandardValuesCollection containing a standard set of valid values, or null if the data type does not support a standard set of values.
As implemented in this class, this method always returns null.
.NET Framework
Available since 1.1
Available since 1.1
Show: