[This is preliminary documentation and is subject to change.]
Implicit conversion of ErlBinary to byte[]
Namespace: NFX.ErlangAssembly: NFX.Erlang (in NFX.Erlang.dll) Version: 3.0.0.1 (3.0.0.1)
public static implicit operator byte[] (
ErlBinary t
)
public static implicit operator byte[] (
ErlBinary t
)
Public Shared Widening Operator CType (
t As ErlBinary
) As Byte()
Public Shared Widening Operator CType (
t As ErlBinary
) As Byte()
static implicit operator array<unsigned char>^ (
ErlBinary t
)
static implicit operator array<unsigned char>^ (
ErlBinary t
)
F# does not support the declaration of new casting operators.
F# does not support the declaration of new casting operators.
Return Value
Type:
Byte