System.Xml.Serialization.XmlSerializationWriter.FromEnum Method

Produces a string that consists of delimited identifiers that represent the enumeration members that have been set.

Syntax

protected static string FromEnum (long value, string[] values, long[] ids)

Parameters

value
The enumeration value as a series of bitwise OR operations.
values
The enumeration's name values.
ids
The enumeration's constant values.

Returns

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

Remarks

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

The XmlSerializationWriter.FromEnum(long, String[], Int64[]) method is static.

Requirements

Namespace: System.Xml.Serialization
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0