[To be supplied.]
[Visual Basic] Public Shared Function EnumFromString( _ ByVal enumType As Type, _ ByVal value As String _ ) As Object [C#] public static object EnumFromString( Type enumType, string value ); [C++] public: static Object* EnumFromString( Type* enumType, String* value ); [JScript] public static function EnumFromString( enumType : Type, value : String ) : Object;
PropertyConverter Class | PropertyConverter Members | System.Web.UI Namespace