Search Results for

    Show / Hide Table of Contents

    Class StringFormat

    TBD

    Inheritance
    object
    StringFormat
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Akka.Util
    Assembly: Akka.dll
    Syntax
    public static class StringFormat

    Methods

    | Edit this page View Source

    SafeJoin(string, params object[])

    Concatenates the values, using the specified separator between the elements. This method is similar to Join(string, params 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

    In this article
    • githubEdit this page
    • View Source
    Back to top
    Contribute
    • Project Chat
    • Discussion Forum
    • Source Code
    Support
    • Akka.NET Support Plans
    • Akka.NET Observability Tools
    • Akka.NET Training & Consulting
    Maintained By
    • Petabridge - The Akka.NET Company
    • Learn Akka.NET