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.

XElement Explicit Conversion Operators

 

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

NameDescription
System_CAPS_puboperatorSystem_CAPS_staticExplicit(XElement^ to Boolean)

Cast the value of this XElement to a Boolean.

System_CAPS_puboperatorSystem_CAPS_staticExplicit(XElement^ to DateTime)

Cast the value of this XElement to a DateTime.

System_CAPS_puboperatorSystem_CAPS_staticExplicit(XElement^ to DateTimeOffset)

Cast the value of this XAttribute to a DateTimeOffset.

System_CAPS_puboperatorSystem_CAPS_staticExplicit(XElement^ to Decimal)

Cast the value of this XElement to a Decimal.

System_CAPS_puboperatorSystem_CAPS_staticExplicit(XElement^ to Double)

Cast the value of this XElement to a Double.

System_CAPS_puboperatorSystem_CAPS_staticExplicit(XElement^ to Guid)

Cast the value of this XElement to a Guid.

System_CAPS_puboperatorSystem_CAPS_staticExplicit(XElement^ to Int32)

Cast the value of this XElement to an Int32.

System_CAPS_puboperatorSystem_CAPS_staticExplicit(XElement^ to Int64)

Cast the value of this XElement to an Int64.

System_CAPS_puboperatorSystem_CAPS_staticExplicit(XElement^ to Nullable<Boolean>)

Cast the value of this XElement to a Nullable<T> of Boolean.

System_CAPS_puboperatorSystem_CAPS_staticExplicit(XElement^ to Nullable<DateTime>)

Cast the value of this XElement to a Nullable<T> of DateTime.

System_CAPS_puboperatorSystem_CAPS_staticExplicit(XElement^ to Nullable<DateTimeOffset>)

Cast the value of this XElement to a Nullable<T> of DateTimeOffset.

System_CAPS_puboperatorSystem_CAPS_staticExplicit(XElement^ to Nullable<Decimal>)

Cast the value of this XElement to a Nullable<T> of Decimal.

System_CAPS_puboperatorSystem_CAPS_staticExplicit(XElement^ to Nullable<Double>)

Cast the value of this XElement to a Nullable<T> of Double.

System_CAPS_puboperatorSystem_CAPS_staticExplicit(XElement^ to Nullable<Guid>)

Cast the value of this XElement to a Nullable<T> of Guid.

System_CAPS_puboperatorSystem_CAPS_staticExplicit(XElement^ to Nullable<Int32>)

Cast the value of this XElement to a Nullable<T> of Int32.

System_CAPS_puboperatorSystem_CAPS_staticExplicit(XElement^ to Nullable<Int64>)

Cast the value of this XElement to a Nullable<T> of Int64.

System_CAPS_puboperatorSystem_CAPS_staticExplicit(XElement^ to Nullable<Single>)

Cast the value of this XElement to a Nullable<T> of Single.

System_CAPS_puboperatorSystem_CAPS_staticExplicit(XElement^ to Nullable<TimeSpan>)

Cast the value of this XElement to a Nullable<T> of TimeSpan.

System_CAPS_puboperatorSystem_CAPS_staticExplicit(XElement^ to Nullable<UInt32>)

Cast the value of this XElement to a Nullable<T> of UInt32.

System_CAPS_puboperatorSystem_CAPS_staticExplicit(XElement^ to Nullable<UInt64>)

Cast the value of this XElement to a Nullable<T> of UInt64.

System_CAPS_puboperatorSystem_CAPS_staticExplicit(XElement^ to Single)

Cast the value of this XElement to a Single.

System_CAPS_puboperatorSystem_CAPS_staticExplicit(XElement^ to String^)

Cast the value of this XElement to a String.

System_CAPS_puboperatorSystem_CAPS_staticExplicit(XElement^ to TimeSpan)

Cast the value of this XElement to a TimeSpan.

System_CAPS_puboperatorSystem_CAPS_staticExplicit(XElement^ to UInt32)

Cast the value of this XElement to a UInt32.

System_CAPS_puboperatorSystem_CAPS_staticExplicit(XElement^ to UInt64)

Cast the value of this XElement to a UInt64.

Return to top
Show:
© 2017 Microsoft