Concatenates the values, using the specified separator between the elements.
This method is similar to
String except it
formats null values as <null>
Namespace:
Akka.Util
Assembly:
Akka (in Akka.dll)
Public Shared Function SafeJoin ( _
separator As String, _
ParamArray args As Object() _
) As String
Parameters
- separator
- Type: String
The separator.
- args
- Type: array<Object>[]()[][]
The arguments.