Produces a numeric enumeration value from a string that consists of delimited identifiers that represent constants from the enumerator list.
- value
- A string that consists of delimited identifiers where each identifier represents a constant from the set enumerator list.
- h
- A Hashtable that consists of the identifiers as keys and the constants as integral numbers.
- typeName
- The name of the enumeration type.
A long value that consists of the enumeration value as a series of bitwise OR operations.
The protected members of System.Xml.Serialization.XmlSerializationReader are intended for use only by derived classes that are used internally within the .NET Framework XML serialization infrastructure.
The XmlSerializationReader.ToEnum(string, Hashtable, string) method is static.