Click or drag to resize
StringConcat Method
Overload List
  NameDescription
Public methodStatic memberConcatT(IEnumerableT)
Public methodStatic memberConcat(Object)
Creates the string representation of a specified object.
Public methodStatic memberConcat(Object)
Concatenates the string representations of the elements in a specified Object array.
Public methodStatic memberConcat(IEnumerableString)
Public methodStatic memberConcat(String)
Concatenates the elements of a specified String array.
Public methodStatic memberConcat(Object, Object)
Concatenates the string representations of two specified objects.
Public methodStatic memberConcat(String, String)
Concatenates two specified instances of String.
Public methodStatic memberConcat(Object, Object, Object)
Concatenates the string representations of three specified objects.
Public methodStatic memberConcat(String, String, String)
Concatenates three specified instances of String.
Public methodStatic memberConcat(Object, Object, Object, Object)
Concatenates the string representations of four specified objects and any objects specified in an optional variable length parameter list.
Public methodStatic memberConcat(String, String, String, String)
Concatenates four specified instances of String.
Top
See Also