Show / Hide Table of Contents

    Class HelperMethods

    The helper methods.

    Inheritance
    System.Object
    HelperMethods
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: OPTANO.Modeling.Common
    Assembly: Common.dll
    Syntax
    public static class HelperMethods

    Methods

    GetStringConcat(String, String[])

    Gets a System.Text.StringBuilder that contains the concatination of index.

    Declaration
    public static StringBuilder GetStringConcat(string prefix, params string[] index)
    Parameters
    Type Name Description
    System.String prefix

    The prefix that preceds every index.

    System.String[] index

    The strings to concat.

    Returns
    Type Description
    System.Text.StringBuilder

    The System.Text.StringBuilder. A System.Text.StringBuilder that conacts the prefix and all indices, separated by '_'.

    Exceptions
    Type Condition
    System.ArgumentNullException

    Prefix must not be NullOrWhiteSpace.

    Back to top Copyright © OPTANO GmbH generated with DocFX
    Privacy Policy | Impressum – Legal Notice