Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

No, Enum.TryParse returns true only for valid enum values. If the input value is a numerical value that does not correspond to a valid enum value, Enum.TryParse will still return false.