• Retrieves a concatenated string from dynamic properties based on the provided property name.

    Parameters

    • propertyName: string

      The base name of the dynamic property to retrieve the string from.

    • zeroLengthPlaceholder: string = ""

      A placeholder string to return if the length of the dynamic property is zero. Defaults to an empty string.

    Returns string

    The concatenated string from the dynamic properties, or the zeroLengthPlaceholder if the length is zero.

    If the provided propertyName is not a string.