Retrieves a collection containing a set of standard values for the data type this validator is designed for. This will return null if the data type does not support a standard set of values.
[Visual Basic] Overloads Public Function GetStandardValues() As ICollection [C#] public ICollection GetStandardValues(); [C++] public: ICollection* GetStandardValues(); [JScript] public function GetStandardValues() : ICollection;
A collection containing a standard set of valid values, or null. The default implementation always returns null.
TypeConverter Class | TypeConverter Members | System.ComponentModel Namespace | TypeConverter.GetStandardValues Overload List