Click or drag to resize

String  Conversion (String to String)

Converts a String struct to a string.

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

Parameters

f
Type: ABB.Robotics.Controllers.RapidDomainString
A String struct reference.

Return Value

Type: String
The string value that is stored in the String struct
Remarks
NOTE the returned string does not contain quaternion marks. In order to retrieve the string with the quaternion marks, use the method ToString
See Also