Parser Parse Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Compile a string fmt into an Erlang term

Namespace: NFX.Erlang.Internal
Assembly: NFX.Erlang (in NFX.Erlang.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

internal static IErlObject Parse(
	string fmt,
	ref int pos,
	ref int argc,
	params Object[] args
)

Parameters

fmt
Type: OnlineSystem String
pos
Type: OnlineSystem Int32 
argc
Type: OnlineSystem Int32 
args
Type:  OnlineSystem Object 

Return Value

Type: IErlObject
See Also