Click or drag to resize
Akka.NETStringFormatSafeJoin Method
Concatenates the values, using the specified separator between the elements. This method is similar to Join(String, Object) except it formats null values as <null>

Namespace:  Akka.Util
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static string SafeJoin(
	string separator,
	params Object[] args
)

Parameters

separator
Type: SystemString
The separator.
args
Type: SystemObject
The arguments.

Return Value

Type: String
TBD
See Also