XElement Type Conversions
Collapse the table of content
Expand the table of content

XElement Type Conversions

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

  NameDescription
Public operator Static member Narrowing(XElement to Nullable(Of UInt32)) Cast the value of this XElement to a Nullable(Of T) of UInt32.
Public operator Static member Narrowing(XElement to Nullable(Of UInt64)) Cast the value of this XElement to a Nullable(Of T) of UInt64.
Public operator Static member Narrowing(XElement to Nullable(Of Single)) Cast the value of this XElement to a Nullable(Of T) of Single.
Public operator Static member Narrowing(XElement to Nullable(Of TimeSpan)) Cast the value of this XElement to a Nullable(Of T) of TimeSpan.
Public operator Static member Narrowing(XElement to Single) Cast the value of this XElement to a Single.
Public operator Static member Narrowing(XElement to UInt32) Cast the value of this XElement to a UInt32.
Public operator Static member Narrowing(XElement to UInt64) Cast the value of this XElement to a UInt64.
Public operator Static member Narrowing(XElement to String) Cast the value of this XElement to a String.
Public operator Static member Narrowing(XElement to TimeSpan) Cast the value of this XElement to a TimeSpan.
Public operator Static member Narrowing(XElement to Nullable(Of Int64)) Cast the value of this XElement to a Nullable(Of T) of Int64.
Public operator Static member Narrowing(XElement to Boolean) Cast the value of this XElement to a Boolean.
Public operator Static member Narrowing(XElement to Guid) Cast the value of this XElement to a Guid.
Public operator Static member Narrowing(XElement to Int32) Cast the value of this XElement to an Int32.
Public operator Static member Narrowing(XElement to DateTime) Cast the value of this XElement to a DateTime.
Public operator Static member Narrowing(XElement to Double) Cast the value of this XElement to a Double.
Public operator Static member Narrowing(XElement to Decimal) Cast the value of this XElement to a Decimal.
Public operator Static member Narrowing(XElement to DateTimeOffset) Cast the value of this XAttribute to a DateTimeOffset.
Public operator Static member Narrowing(XElement to Int64) Cast the value of this XElement to an Int64.
Public operator Static member Narrowing(XElement to Nullable(Of Double)) Cast the value of this XElement to a Nullable(Of T) of Double.
Public operator Static member Narrowing(XElement to Nullable(Of Guid)) Cast the value of this XElement to a Nullable(Of T) of Guid.
Public operator Static member Narrowing(XElement to Nullable(Of DateTimeOffset)) Cast the value of this XElement to a Nullable(Of T) of DateTimeOffset.
Public operator Static member Narrowing(XElement to Nullable(Of Decimal)) Cast the value of this XElement to a Nullable(Of T) of Decimal.
Public operator Static member Narrowing(XElement to Nullable(Of Int32)) Cast the value of this XElement to a Nullable(Of T) of Int32.
Public operator Static member Narrowing(XElement to Nullable(Of Boolean)) Cast the value of this XElement to a Nullable(Of T) of Boolean.
Public operator Static member Narrowing(XElement to Nullable(Of DateTime)) Cast the value of this XElement to a Nullable(Of T) of DateTime.
Top

Show:
© 2017 Microsoft