StringConcat Method (Object) |
Creates the string representation of a specified object.
Namespace: SystemAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public static string Concat(
Object arg0
)
Parameters
- arg0
- Type: SystemObject
The object to represent, or null.
Return Value
Type:
StringThe string representation of the value of
arg0, or
Empty if
arg0 is null.
See Also