Class StringFormat
TBD
Inherited Members
Namespace: Akka.Util
Assembly: Akka.dll
Syntax
public static class StringFormat
Methods
| Improve this Doc View SourceSafeJoin(String, Object[])
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>
Declaration
public static string SafeJoin(string separator, params object[] args)
Parameters
Type | Name | Description |
---|---|---|
String | separator | The separator. |
Object[] | args | The arguments. |
Returns
Type | Description |
---|---|
String | TBD |