Click or drag to resize

String Constructor

Initializes a new instance of the String class with a specific value.

Namespace:  ABB.Robotics.Controllers.RapidDomain
Assembly:  ABB.Robotics (in ABB.Robotics.dll) Version: 6.5.129.0
Syntax
C#
public String(
	string value
)

Parameters

value
Type: SystemString
The value for the new String.
See Also