[This is preliminary documentation and is subject to change.]
Parse a string into an Erlang term
Namespace: NFX.ErlangAssembly: NFX.Erlang (in NFX.Erlang.dll) Version: 3.0.0.1 (3.0.0.1)
public static T Parse<T>(
string fmt,
params Object[] args
)
where T : IErlObject
public static T Parse<T>(
string fmt,
params Object[] args
)
where T : IErlObject
Public Shared Function Parse(Of T As IErlObject) (
fmt As String,
ParamArray args As Object()
) As T
Public Shared Function Parse(Of T As IErlObject) (
fmt As String,
ParamArray args As Object()
) As T
public:
generic<typename T>
where T : IErlObject
static T Parse(
String^ fmt,
... array<Object^>^ args
)
public:
generic<typename T>
where T : IErlObject
static T Parse(
String^ fmt,
... array<Object^>^ args
)
static member Parse :
fmt : string *
args : Object[] -> 'T when 'T : IErlObject
static member Parse :
fmt : string *
args : Object[] -> 'T when 'T : IErlObject
- T
Return Value
Type:
T