Share via


XmlSerializationWriter.FromEnum Method

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

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

Takes a numeric enumeration value and returns a string that consists of delimited identifiers that represent the enumeration members that have been set.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Protected methodStatic member FromEnum(Int64, array<String[], array<Int64[]) Produces a string that consists of delimited identifiers that represent the enumeration members that have been set.
Protected methodStatic member FromEnum(Int64, array<String[], array<Int64[], String) Takes a numeric enumeration value and the names and constants from the enumerator list for the enumeration and returns a string that consists of delimited identifiers that represent the enumeration members that have been set.

Top

Remarks

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