Click or drag to resize
Akka.NETStringFormat Class
TBD
Inheritance Hierarchy
SystemObject
  Akka.UtilStringFormat

Namespace:  Akka.Util
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static class StringFormat

The StringFormat type exposes the following members.

Methods
  NameDescription
Public methodStatic memberSafeJoin
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>
Top
See Also