Share via


Concat Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Concatenates one or more instances of String, or the String representations of the values of one or more instances of Object.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public methodStatic member Concat(Object) Creates the string representation of a specified object.
Public methodStatic member Concat(array<Object> [] () [] []) Concatenates the string representations of the elements in a specified Object array.
Public methodStatic member Concat(array<String> [] () [] []) Concatenates the elements of a specified String array.
Public methodStatic member Concat(Object, Object) Concatenates the string representations of two specified objects.
Public methodStatic member Concat(String, String) Concatenates two specified instances of String.
Public methodStatic member Concat(Object, Object, Object) Concatenates the string representations of three specified objects.
Public methodStatic member Concat(String, String, String) Concatenates three specified instances of String.
Public methodStatic member Concat(String, String, String, String) Concatenates four specified instances of String.

Top

See Also

Reference

String Class

System Namespace