[]
public static explicit operator string(XHint hint)
Type | Name | Description |
---|---|---|
XHint | hint | The XHint to convert. |
Type | Description |
---|---|
string | The string to which this operator converts. |
public static explicit operator bool(XHint hint)
Type | Name | Description |
---|---|---|
XHint | hint | The XHint to convert. |
Type | Description |
---|---|
bool | The bool to which this operator converts. |
public static explicit operator int(XHint hint)
Type | Name | Description |
---|---|---|
XHint | hint | The XHint to convert. |
Type | Description |
---|---|
int | The int to which this operator converts. |
public static explicit operator uint(XHint hint)
Type | Name | Description |
---|---|---|
XHint | hint | The XHint to convert. |
Type | Description |
---|---|
uint | The uint to which this operator converts. |
public static explicit operator long(XHint hint)
Type | Name | Description |
---|---|---|
XHint | hint | The XHint to convert. |
Type | Description |
---|---|
long | The long to which this operator converts. |
public static explicit operator ulong(XHint hint)
Type | Name | Description |
---|---|---|
XHint | hint | The XHint to convert. |
Type | Description |
---|---|
ulong | The ulong to which this operator converts. |
public static explicit operator float(XHint hint)
Type | Name | Description |
---|---|---|
XHint | hint | The XHint to convert. |
Type | Description |
---|---|
float | The float to which this operator converts. |
public static explicit operator double(XHint hint)
Type | Name | Description |
---|---|---|
XHint | hint | The XHint to convert. |
Type | Description |
---|---|
double | The double to which this operator converts. |
public static explicit operator decimal(XHint hint)
Type | Name | Description |
---|---|---|
XHint | hint | The XHint to convert. |
Type | Description |
---|---|
decimal | The decimal to which this operator converts. |
public static explicit operator DateTime(XHint hint)
Type | Name | Description |
---|---|---|
XHint | hint | The XHint to convert. |
Type | Description |
---|---|
DateTime | The DateTime to which this operator converts. |
Converts the specified XHint to a DateTimeOffset.
public static explicit operator DateTimeOffset(XHint hint)
Type | Name | Description |
---|---|---|
XHint | hint | The XHint to convert. |
Type | Description |
---|---|
DateTimeOffset | The DateTimeOffset to which this operator converts. |
public static explicit operator TimeSpan(XHint hint)
Type | Name | Description |
---|---|---|
XHint | hint | The XHint to convert. |
Type | Description |
---|---|
TimeSpan | The TimeSpan to which this operator converts. |
public static explicit operator Guid(XHint hint)
Type | Name | Description |
---|---|---|
XHint | hint | The XHint to convert. |
Type | Description |
---|---|
Guid | The Guid to which this operator converts. |
public static explicit operator bool?(XHint hint)
Type | Name | Description |
---|---|---|
XHint | hint | The XHint to convert. |
Type | Description |
---|---|
bool? | The nullable bool to which this operator converts. |
public static explicit operator int?(XHint hint)
Type | Name | Description |
---|---|---|
XHint | hint | The XHint to convert. |
Type | Description |
---|---|
int? | The nullable int to which this operator converts. |
public static explicit operator uint?(XHint hint)
Type | Name | Description |
---|---|---|
XHint | hint | The XHint to convert. |
Type | Description |
---|---|
uint? | The nullable uint to which this operator converts. |
public static explicit operator long?(XHint hint)
Type | Name | Description |
---|---|---|
XHint | hint | The XHint to convert. |
Type | Description |
---|---|
long? | The nullable long to which this operator converts. |
public static explicit operator ulong?(XHint hint)
Type | Name | Description |
---|---|---|
XHint | hint | The XHint to convert. |
Type | Description |
---|---|
ulong? | The nullable ulong to which this operator converts. |
public static explicit operator float?(XHint hint)
Type | Name | Description |
---|---|---|
XHint | hint | The XHint to convert. |
Type | Description |
---|---|
float? | The nullable float to which this operator converts. |
public static explicit operator double?(XHint hint)
Type | Name | Description |
---|---|---|
XHint | hint | The XHint to convert. |
Type | Description |
---|---|
double? | The nullable double to which this operator converts. |
public static explicit operator decimal?(XHint hint)
Type | Name | Description |
---|---|---|
XHint | hint | The XHint to convert. |
Type | Description |
---|---|
decimal? | The nullable decimal to which this operator converts. |
public static explicit operator DateTime?(XHint hint)
Type | Name | Description |
---|---|---|
XHint | hint | The XHint to convert. |
Type | Description |
---|---|
DateTime? | The nullable DateTime to which this operator converts. |
Converts the specified XHint to a nullable DateTimeOffset.
public static explicit operator DateTimeOffset?(XHint hint)
Type | Name | Description |
---|---|---|
XHint | hint | The XHint to convert. |
Type | Description |
---|---|
DateTimeOffset? | The nullable DateTimeOffset to which this operator converts. |
public static explicit operator TimeSpan?(XHint hint)
Type | Name | Description |
---|---|---|
XHint | hint | The XHint to convert. |
Type | Description |
---|---|
TimeSpan? | The nullable TimeSpan to which this operator converts. |
public static explicit operator Guid?(XHint hint)
Type | Name | Description |
---|---|---|
XHint | hint | The XHint to convert. |
Type | Description |
---|---|
Guid? | The nullable Guid to which this operator converts. |