[This is preliminary documentation and is subject to change.]
Convert C# string to ErlString
Namespace: NFX.ErlangAssembly: NFX.Erlang (in NFX.Erlang.dll) Version: 3.0.0.1 (3.0.0.1)
public static string ErlArgs(
this string str,
params Object[] args
)
public static string ErlArgs(
this string str,
params Object[] args
)
<ExtensionAttribute>
Public Shared Function ErlArgs (
str As String,
ParamArray args As Object()
) As String
<ExtensionAttribute>
Public Shared Function ErlArgs (
str As String,
ParamArray args As Object()
) As String
public:
[ExtensionAttribute]
static String^ ErlArgs(
String^ str,
... array<Object^>^ args
)
public:
[ExtensionAttribute]
static String^ ErlArgs(
String^ str,
... array<Object^>^ args
)
static member ErlArgs :
str : string *
args : Object[] -> string
static member ErlArgs :
str : string *
args : Object[] -> string
Return Value
Type:
StringUsage 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).