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

Top