[This is preliminary documentation and is subject to change.]
Compile a string fmt into an Erlang term
Namespace: NFX.Erlang.InternalAssembly: NFX.Erlang (in NFX.Erlang.dll) Version: 3.0.0.1 (3.0.0.1)
internal static IErlObject Parse(
string fmt,
ref int pos,
ref int argc,
params Object[] args
)
internal static IErlObject Parse(
string fmt,
ref int pos,
ref int argc,
params Object[] args
)
Friend Shared Function Parse (
fmt As String,
ByRef pos As Integer,
ByRef argc As Integer,
ParamArray args As Object()
) As IErlObject
Friend Shared Function Parse (
fmt As String,
ByRef pos As Integer,
ByRef argc As Integer,
ParamArray args As Object()
) As IErlObject
internal:
static IErlObject^ Parse(
String^ fmt,
int% pos,
int% argc,
... array<Object^>^ args
)
internal:
static IErlObject^ Parse(
String^ fmt,
int% pos,
int% argc,
... array<Object^>^ args
)
internal static member Parse :
fmt : string *
pos : int byref *
argc : int byref *
args : Object[] -> IErlObjectinternal static member Parse :
fmt : string *
pos : int byref *
argc : int byref *
args : Object[] -> IErlObjectReturn Value
Type:
IErlObject