[This is preliminary documentation and is subject to change.]
Namespace: NFX.DataAccess.ErlangAssembly: NFX.Erlang (in NFX.Erlang.dll) Version: 3.0.0.1 (3.0.0.1)
internal static IErlObject ClrToErlValue(
string dataType,
Object clrValue
)
internal static IErlObject ClrToErlValue(
string dataType,
Object clrValue
)
Friend Shared Function ClrToErlValue (
dataType As String,
clrValue As Object
) As IErlObject
Friend Shared Function ClrToErlValue (
dataType As String,
clrValue As Object
) As IErlObject
internal:
static IErlObject^ ClrToErlValue(
String^ dataType,
Object^ clrValue
)
internal:
static IErlObject^ ClrToErlValue(
String^ dataType,
Object^ clrValue
)
internal static member ClrToErlValue :
dataType : string *
clrValue : Object -> IErlObject
internal static member ClrToErlValue :
dataType : string *
clrValue : Object -> IErlObject
Return Value
Type:
IErlObject