[This is preliminary documentation and is subject to change.]
String extension method to 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 IErlObject ToErlObject(
this string fmt,
params Object[] args
)
public static IErlObject ToErlObject(
this string fmt,
params Object[] args
)
<ExtensionAttribute>
Public Shared Function ToErlObject (
fmt As String,
ParamArray args As Object()
) As IErlObject
<ExtensionAttribute>
Public Shared Function ToErlObject (
fmt As String,
ParamArray args As Object()
) As IErlObject
public:
[ExtensionAttribute]
static IErlObject^ ToErlObject(
String^ fmt,
... array<Object^>^ args
)
public:
[ExtensionAttribute]
static IErlObject^ ToErlObject(
String^ fmt,
... array<Object^>^ args
)
static member ToErlObject :
fmt : string *
args : Object[] -> IErlObject
static member ToErlObject :
fmt : string *
args : Object[] -> IErlObject
Return Value
Type:
IErlObjectUsage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
String. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).