DataSource for Entity Framework in WPF
C1.LiveLinq.LiveViews.Xml Namespace / XHint Class / Explicit Type Conversion Operator

In This Topic
    Explicit Type Conversion Operator
    In This Topic
    Converts the specified XHint to a System.String.
    Overload List
    OverloadDescription
    Converts the specified XHint to a System.String.  
    Converts the specified XHint to a System.Boolean.  
    Converts the specified XHint to a System.Int32.  
    Converts the specified XHint to a System.UInt32.  
    Converts the specified XHint to a System.Int64.  
    Converts the specified XHint to a System.UInt64.  
    Converts the specified XHint to a System.Single.  
    Converts the specified XHint to a System.Double.  
    Converts the specified XHint to a System.Decimal.  
    Converts the specified XHint to a System.DateTime.  
    Converts the specified XHint to a System.DateTimeOffset.  
    Converts the specified XHint to a System.TimeSpan.  
    Converts the specified XHint to a System.Guid.  
    Converts the specified XHint to a nullable System.Boolean.  
    Converts the specified XHint to a nullable System.Int32.  
    Converts the specified XHint to a nullable System.UInt32.  
    Converts the specified XHint to a nullable System.Int64.  
    Converts the specified XHint to a nullable System.UInt64.  
    Converts the specified XHint to a nullable System.Single.  
    Converts the specified XHint to a nullable System.Double.  
    Converts the specified XHint to a nullable System.Decimal.  
    Converts the specified XHint to a nullable System.DateTime.  
    Converts the specified XHint to a nullable System.DateTimeOffset.  
    Converts the specified XHint to a nullable System.TimeSpan.  
    Converts the specified XHint to a nullable System.Guid.  
    See Also