[This is preliminary documentation and is subject to change.]
Namespace: NFX.Serialization.BSONAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public static BSONInt64Element Decimal_CLRtoBSON(
string name,
decimal v
)
public static BSONInt64Element Decimal_CLRtoBSON(
string name,
decimal v
)
Public Shared Function Decimal_CLRtoBSON (
name As String,
v As Decimal
) As BSONInt64Element
Public Shared Function Decimal_CLRtoBSON (
name As String,
v As Decimal
) As BSONInt64Element
public:
static BSONInt64Element^ Decimal_CLRtoBSON(
String^ name,
Decimal v
)
public:
static BSONInt64Element^ Decimal_CLRtoBSON(
String^ name,
Decimal v
)
static member Decimal_CLRtoBSON :
name : string *
v : decimal -> BSONInt64Element
static member Decimal_CLRtoBSON :
name : string *
v : decimal -> BSONInt64Element
Return Value
Type:
BSONInt64Element