BsonDecimal128ToInt64 Method |
Converts this BsonValue to an Int64.
Namespace:
MongoDB.Bson
Assembly:
MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.16.0+eeafbea0921243a5868b81984e1083a07c1f75bc
Syntax public override long ToInt64()
Public Overrides Function ToInt64 As Long
abstract ToInt64 : unit -> int64
override ToInt64 : unit -> int64
Return Value
Type:
Int64An Int64.
See Also