Click or drag to resize
StringFormatSafeJoin 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: 0.8.0.0 (0.8.0.0)
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

[Missing <returns> documentation for "M:Akka.Util.StringFormat.SafeJoin(System.String,System.Object[])"]

See Also