[]
        
(Showing Draft Content)

C1.LiveLinq.LiveViews.Xml.XHint.op_Explicit

explicit operator Operator

explicit operator string(XHint)

Converts the specified XHint to a string.

Declaration
public static explicit operator string(XHint hint)
Parameters
Type Name Description
XHint hint

The XHint to convert.

Returns
Type Description
string

The string to which this operator converts.

explicit operator bool(XHint)

Converts the specified XHint to a bool.

Declaration
public static explicit operator bool(XHint hint)
Parameters
Type Name Description
XHint hint

The XHint to convert.

Returns
Type Description
bool

The bool to which this operator converts.

explicit operator int(XHint)

Converts the specified XHint to a int.

Declaration
public static explicit operator int(XHint hint)
Parameters
Type Name Description
XHint hint

The XHint to convert.

Returns
Type Description
int

The int to which this operator converts.

explicit operator uint(XHint)

Converts the specified XHint to a uint.

Declaration
public static explicit operator uint(XHint hint)
Parameters
Type Name Description
XHint hint

The XHint to convert.

Returns
Type Description
uint

The uint to which this operator converts.

explicit operator long(XHint)

Converts the specified XHint to a long.

Declaration
public static explicit operator long(XHint hint)
Parameters
Type Name Description
XHint hint

The XHint to convert.

Returns
Type Description
long

The long to which this operator converts.

explicit operator ulong(XHint)

Converts the specified XHint to a ulong.

Declaration
public static explicit operator ulong(XHint hint)
Parameters
Type Name Description
XHint hint

The XHint to convert.

Returns
Type Description
ulong

The ulong to which this operator converts.

explicit operator float(XHint)

Converts the specified XHint to a float.

Declaration
public static explicit operator float(XHint hint)
Parameters
Type Name Description
XHint hint

The XHint to convert.

Returns
Type Description
float

The float to which this operator converts.

explicit operator double(XHint)

Converts the specified XHint to a double.

Declaration
public static explicit operator double(XHint hint)
Parameters
Type Name Description
XHint hint

The XHint to convert.

Returns
Type Description
double

The double to which this operator converts.

explicit operator decimal(XHint)

Converts the specified XHint to a decimal.

Declaration
public static explicit operator decimal(XHint hint)
Parameters
Type Name Description
XHint hint

The XHint to convert.

Returns
Type Description
decimal

The decimal to which this operator converts.

explicit operator DateTime(XHint)

Converts the specified XHint to a DateTime.

Declaration
public static explicit operator DateTime(XHint hint)
Parameters
Type Name Description
XHint hint

The XHint to convert.

Returns
Type Description
DateTime

The DateTime to which this operator converts.

explicit operator DateTimeOffset(XHint)

Converts the specified XHint to a DateTimeOffset.

Declaration
public static explicit operator DateTimeOffset(XHint hint)
Parameters
Type Name Description
XHint hint

The XHint to convert.

Returns
Type Description
DateTimeOffset

The DateTimeOffset to which this operator converts.

explicit operator TimeSpan(XHint)

Converts the specified XHint to a TimeSpan.

Declaration
public static explicit operator TimeSpan(XHint hint)
Parameters
Type Name Description
XHint hint

The XHint to convert.

Returns
Type Description
TimeSpan

The TimeSpan to which this operator converts.

explicit operator Guid(XHint)

Converts the specified XHint to a Guid.

Declaration
public static explicit operator Guid(XHint hint)
Parameters
Type Name Description
XHint hint

The XHint to convert.

Returns
Type Description
Guid

The Guid to which this operator converts.

explicit operator bool?(XHint)

Converts the specified XHint to a nullable bool.

Declaration
public static explicit operator bool?(XHint hint)
Parameters
Type Name Description
XHint hint

The XHint to convert.

Returns
Type Description
bool?

The nullable bool to which this operator converts.

explicit operator int?(XHint)

Converts the specified XHint to a nullable int.

Declaration
public static explicit operator int?(XHint hint)
Parameters
Type Name Description
XHint hint

The XHint to convert.

Returns
Type Description
int?

The nullable int to which this operator converts.

explicit operator uint?(XHint)

Converts the specified XHint to a nullable uint.

Declaration
public static explicit operator uint?(XHint hint)
Parameters
Type Name Description
XHint hint

The XHint to convert.

Returns
Type Description
uint?

The nullable uint to which this operator converts.

explicit operator long?(XHint)

Converts the specified XHint to a nullable long.

Declaration
public static explicit operator long?(XHint hint)
Parameters
Type Name Description
XHint hint

The XHint to convert.

Returns
Type Description
long?

The nullable long to which this operator converts.

explicit operator ulong?(XHint)

Converts the specified XHint to a nullable ulong.

Declaration
public static explicit operator ulong?(XHint hint)
Parameters
Type Name Description
XHint hint

The XHint to convert.

Returns
Type Description
ulong?

The nullable ulong to which this operator converts.

explicit operator float?(XHint)

Converts the specified XHint to a nullable float.

Declaration
public static explicit operator float?(XHint hint)
Parameters
Type Name Description
XHint hint

The XHint to convert.

Returns
Type Description
float?

The nullable float to which this operator converts.

explicit operator double?(XHint)

Converts the specified XHint to a nullable double.

Declaration
public static explicit operator double?(XHint hint)
Parameters
Type Name Description
XHint hint

The XHint to convert.

Returns
Type Description
double?

The nullable double to which this operator converts.

explicit operator decimal?(XHint)

Converts the specified XHint to a nullable decimal.

Declaration
public static explicit operator decimal?(XHint hint)
Parameters
Type Name Description
XHint hint

The XHint to convert.

Returns
Type Description
decimal?

The nullable decimal to which this operator converts.

explicit operator DateTime?(XHint)

Converts the specified XHint to a nullable DateTime.

Declaration
public static explicit operator DateTime?(XHint hint)
Parameters
Type Name Description
XHint hint

The XHint to convert.

Returns
Type Description
DateTime?

The nullable DateTime to which this operator converts.

explicit operator DateTimeOffset?(XHint)

Converts the specified XHint to a nullable DateTimeOffset.

Declaration
public static explicit operator DateTimeOffset?(XHint hint)
Parameters
Type Name Description
XHint hint

The XHint to convert.

Returns
Type Description
DateTimeOffset?

The nullable DateTimeOffset to which this operator converts.

explicit operator TimeSpan?(XHint)

Converts the specified XHint to a nullable TimeSpan.

Declaration
public static explicit operator TimeSpan?(XHint hint)
Parameters
Type Name Description
XHint hint

The XHint to convert.

Returns
Type Description
TimeSpan?

The nullable TimeSpan to which this operator converts.

explicit operator Guid?(XHint)

Converts the specified XHint to a nullable Guid.

Declaration
public static explicit operator Guid?(XHint hint)
Parameters
Type Name Description
XHint hint

The XHint to convert.

Returns
Type Description
Guid?

The nullable Guid to which this operator converts.