Creates the string representation of a specified object.
arg0 The object to represent, or null.
The string representation of the value of arg0, or string.Empty if arg0 is null.
The string.Concat(object) method represents arg0 as a string by calling its parameterless ToString method.