|
Explicit(XElement to DateTime) |
Cast the value of this XElement to a DateTime. |
|
Explicit(XElement to Decimal) |
Cast the value of this XElement to a Decimal. |
|
Explicit(XElement to Nullable<Decimal>) |
Cast the value of this XElement to a Nullable<T> of Decimal. |
|
Explicit(XElement to Nullable<Single>) |
Cast the value of this XElement to a Nullable<T> of Single. |
|
Explicit(XElement to TimeSpan) |
Cast the value of this XElement to a TimeSpan. |
|
Explicit(XElement to Nullable<Double>) |
Cast the value of this XElement to a Nullable<T> of Double. |
|
Explicit(XElement to Double) |
Cast the value of this XElement to a Double. |
|
Explicit(XElement to Single) |
Cast the value of this XElement to a Single. |
|
Explicit(XElement to Guid) |
Cast the value of this XElement to a Guid. |
|
Explicit(XElement to Nullable<Guid>) |
Cast the value of this XElement to a Nullable<T> of Guid. |
|
Explicit(XElement to Nullable<TimeSpan>) |
Cast the value of this XElement to a Nullable<T> of TimeSpan. |
|
Explicit(XElement to Nullable<DateTime>) |
Cast the value of this XElement to a Nullable<T> of DateTime. |
|
Explicit(XElement to DateTimeOffset) |
Cast the value of this XAttribute to a DateTimeOffset. |
|
Explicit(XElement to Nullable<DateTimeOffset>) |
Cast the value of this XElement to a Nullable<T> of DateTimeOffset. |
|
Explicit(XElement to Int32) |
Cast the value of this XElement to an Int32. |
|
Explicit(XElement to Nullable<Int32>) |
Cast the value of this XElement to a Nullable<T> of Int32. |
|
Explicit(XElement to Nullable<Boolean>) |
Cast the value of this XElement to a Nullable<T> of Boolean. |
|
Explicit(XElement to String) |
Cast the value of this XElement to a String. |
|
Explicit(XElement to Boolean) |
Cast the value of this XElement to a Boolean. |
|
Explicit(XElement to UInt32) |
Cast the value of this XElement to a UInt32. |
|
Explicit(XElement to UInt64) |
Cast the value of this XElement to a UInt64. |
|
Explicit(XElement to Nullable<UInt64>) |
Cast the value of this XElement to a Nullable<T> of UInt64. |
|
Explicit(XElement to Nullable<Int64>) |
Cast the value of this XElement to a Nullable<T> of Int64. |
|
Explicit(XElement to Nullable<UInt32>) |
Cast the value of this XElement to a Nullable<T> of UInt32. |
|
Explicit(XElement to Int64) |
Cast the value of this XElement to an Int64. |