C1.LiveLinq.LiveViews.Xml Namespace > XHint Class : Explicit Type Conversion Operator |
Overload | Description |
---|---|
Explicit Type Conversion(String,XHint) | Converts the specified XHint to a System.String. |
Explicit Type Conversion(Boolean,XHint) | Converts the specified XHint to a System.Boolean. |
Explicit Type Conversion(Int32,XHint) | Converts the specified XHint to a System.Int32. |
Explicit Type Conversion(UInt32,XHint) | Converts the specified XHint to a System.UInt32. |
Explicit Type Conversion(Int64,XHint) | Converts the specified XHint to a System.Int64. |
Explicit Type Conversion(UInt64,XHint) | Converts the specified XHint to a System.UInt64. |
Explicit Type Conversion(Single,XHint) | Converts the specified XHint to a System.Single. |
Explicit Type Conversion(Double,XHint) | Converts the specified XHint to a System.Double. |
Explicit Type Conversion(Decimal,XHint) | Converts the specified XHint to a System.Decimal. |
Explicit Type Conversion(DateTime,XHint) | Converts the specified XHint to a System.DateTime. |
Explicit Type Conversion(DateTimeOffset,XHint) | Converts the specified XHint to a System.DateTimeOffset. |
Explicit Type Conversion(TimeSpan,XHint) | Converts the specified XHint to a System.TimeSpan. |
Explicit Type Conversion(Guid,XHint) | Converts the specified XHint to a System.Guid. |
Explicit Type Conversion(Nullable<Boolean>,XHint) | Converts the specified XHint to a nullable System.Boolean. |
Explicit Type Conversion(Nullable<Int32>,XHint) | Converts the specified XHint to a nullable System.Int32. |
Explicit Type Conversion(Nullable<UInt32>,XHint) | Converts the specified XHint to a nullable System.UInt32. |
Explicit Type Conversion(Nullable<Int64>,XHint) | Converts the specified XHint to a nullable System.Int64. |
Explicit Type Conversion(Nullable<UInt64>,XHint) | Converts the specified XHint to a nullable System.UInt64. |
Explicit Type Conversion(Nullable<Single>,XHint) | Converts the specified XHint to a nullable System.Single. |
Explicit Type Conversion(Nullable<Double>,XHint) | Converts the specified XHint to a nullable System.Double. |
Explicit Type Conversion(Nullable<Decimal>,XHint) | Converts the specified XHint to a nullable System.Decimal. |
Explicit Type Conversion(Nullable<DateTime>,XHint) | Converts the specified XHint to a nullable System.DateTime. |
Explicit Type Conversion(Nullable<DateTimeOffset>,XHint) | Converts the specified XHint to a nullable System.DateTimeOffset. |
Explicit Type Conversion(Nullable<TimeSpan>,XHint) | Converts the specified XHint to a nullable System.TimeSpan. |
Explicit Type Conversion(Nullable<Guid>,XHint) | Converts the specified XHint to a nullable System.Guid. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2