TypeConverter.GetStandardValues Method ()
.NET Framework (current version)
![]() |
---|
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience. |
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.ICollectionA 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: