Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

XmlSerializationReader::ToEnum Method (String^, Hashtable^, String^)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Produces a numeric enumeration value from a string that consists of delimited identifiers that represent constants from the enumerator list.

Namespace:   System.Xml.Serialization
Assembly:  System.Xml (in System.Xml.dll)

protected:
static long long ToEnum(
	String^ value,
	Hashtable^ h,
	String^ typeName
)

Parameters

value
Type: System::String^

A string that consists of delimited identifiers where each identifier represents a constant from the set enumerator list.

h
Type: System.Collections::Hashtable^

A Hashtable that consists of the identifiers as keys and the constants as integral numbers.

typeName
Type: System::String^

The name of the enumeration type.

Return Value

Type: System::Int64

A long value that consists of the enumeration value as a series of bitwise OR operations.

The protected members of XmlSerializationReader are intended for use only by derived classes that are used internally within the .NET Framework XML serialization infrastructure.

The ToEnum method is static.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft