Operators
| Name | Description | |
|---|---|---|
| (NBElement to BitArray) |
The cast operator method retrieves the value of the NBElement and explicitly casts it to a BitArray value.
| |
| (NBElement to Nullable Int32 ) | ||
| (NBElement to Nullable Int64 ) | ||
| (NBElement to TimeSpan) |
The cast operator method retrieves the value of the NBElement and explicitly casts it to a TimeSpan value.
| |
| (NBElement to DateTimeOffset) |
The cast operator method retrieves the value of the NBElement and explicitly casts it to a DateTimeOffset value.
| |
| (NBElement to Nullable Decimal ) | ||
| (NBElement to Nullable DateTime ) | ||
| (NBElement to Nullable TimeSpan ) | ||
| (NBElement to Nullable Double ) | ||
| (NBElement to Nullable Boolean ) | ||
| (NBElement to Decimal) |
The cast operator method retrieves the value of the NBElement and explicitly casts it to a Decimal value.
| |
| (NBElement to Double) |
The cast operator method retrieves the value of the NBElement and explicitly casts it to a Double value.
| |
| (NBElement to Int64) |
The cast operator method retrieves the value of the NBElement and explicitly casts it to an Int64 value.
| |
| (NBElement to Nullable DateTimeOffset ) | ||
| (NBElement to Int32) |
The cast operator method retrieves the value of the NBElement and explicitly casts it to an Int value.
| |
| (NBElement to Byte ) |
The cast operator method retrieves the value of the NBElement and explicitly casts it to a Byte[] value.
| |
| (NBElement to Boolean) |
The cast operator method retrieves the value of the NBElement and explicitly casts it to a Boolean value.
| |
| (NBElement to String) |
The cast operator method retrieves the value of the NBElement and explicitly casts it to a String value.
| |
| (NBElement to DateTime) |
The cast operator method retrieves the value of the NBElement and explicitly casts it to a DateTime value.
|
See Also