[This is preliminary documentation and is subject to change.]
Substitute variables in the args[0] string
Namespace: NFX.ErlangAssembly: NFX.Erlang (in NFX.Erlang.dll) Version: 3.0.0.1 (3.0.0.1)
public static string Format(
ErlList args
)
public static string Format(
ErlList args
)
Public Shared Function Format (
args As ErlList
) As String
Public Shared Function Format (
args As ErlList
) As String
public:
static String^ Format(
ErlList^ args
)
public:
static String^ Format(
ErlList^ args
)
static member Format :
args : ErlList -> string
static member Format :
args : ErlList -> string
Return Value
Type:
String