 |
Enum.Parse Method (Type, String, Boolean)
Exception Type Condition ArgumentNullException enumType or value is a null reference (Nothing in Visual Basic). ArgumentException enumType is not an Enum. -or-value is either an empty string ("") or only contains white space.-or-value is a name, but not o
msdn.microsoft.com |
 |