XElement Explicit Conversion Operators

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 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
Public operatorStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 Explicit(XElement to DateTime) Cast the value of this XElement to a DateTime.
Public operatorStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 Explicit(XElement to Decimal) Cast the value of this XElement to a Decimal.
Public operatorStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 Explicit(XElement to Nullable<Decimal>) Cast the value of this XElement to a Nullable<T> of Decimal.
Public operatorStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 Explicit(XElement to Nullable<Single>) Cast the value of this XElement to a Nullable<T> of Single.
Public operatorStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 Explicit(XElement to TimeSpan) Cast the value of this XElement to a TimeSpan.
Public operatorStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 Explicit(XElement to Nullable<Double>) Cast the value of this XElement to a Nullable<T> of Double.
Public operatorStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 Explicit(XElement to Double) Cast the value of this XElement to a Double.
Public operatorStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 Explicit(XElement to Single) Cast the value of this XElement to a Single.
Public operatorStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 Explicit(XElement to Guid) Cast the value of this XElement to a Guid.
Public operatorStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 Explicit(XElement to Nullable<Guid>) Cast the value of this XElement to a Nullable<T> of Guid.
Public operatorStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 Explicit(XElement to Nullable<TimeSpan>) Cast the value of this XElement to a Nullable<T> of TimeSpan.
Public operatorStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 Explicit(XElement to Nullable<DateTime>) Cast the value of this XElement to a Nullable<T> of DateTime.
Public operatorStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 Explicit(XElement to DateTimeOffset) Cast the value of this XAttribute to a DateTimeOffset.
Public operatorStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 Explicit(XElement to Nullable<DateTimeOffset>) Cast the value of this XElement to a Nullable<T> of DateTimeOffset.
Public operatorStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 Explicit(XElement to Int32) Cast the value of this XElement to an Int32.
Public operatorStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 Explicit(XElement to Nullable<Int32>) Cast the value of this XElement to a Nullable<T> of Int32.
Public operatorStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 Explicit(XElement to Nullable<Boolean>) Cast the value of this XElement to a Nullable<T> of Boolean.
Public operatorStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 Explicit(XElement to String) Cast the value of this XElement to a String.
Public operatorStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 Explicit(XElement to Boolean) Cast the value of this XElement to a Boolean.
Public operatorStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 Explicit(XElement to UInt32) Cast the value of this XElement to a UInt32.
Public operatorStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 Explicit(XElement to UInt64) Cast the value of this XElement to a UInt64.
Public operatorStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 Explicit(XElement to Nullable<UInt64>) Cast the value of this XElement to a Nullable<T> of UInt64.
Public operatorStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 Explicit(XElement to Nullable<Int64>) Cast the value of this XElement to a Nullable<T> of Int64.
Public operatorStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 Explicit(XElement to Nullable<UInt32>) Cast the value of this XElement to a Nullable<T> of UInt32.
Public operatorStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 Explicit(XElement to Int64) Cast the value of this XElement to an Int64.

Top