Bridge
String Constructor (Object)
The String global object is a constructor for strings, or a sequence of characters.
Namespace:
System
Assembly:
Bridge
(in Bridge.dll)
Syntax
C#
VB
C++
public
String
(
Object
thing
)
Public
Sub
New
( _
thing
As
Object
_ )
public
:
String
(
Object
^
thing
)
Parameters
thing
Type:
System
.
.
::
.
.
Object
Anything to be converted to a string.
See Also
String Class
String Overload
System Namespace