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


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.