DOFString Constructor (String)OpenDOF Object Access Library
Create a string value using UTF_8 encoding.

Namespace: org.opendof.core.oal.value
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax

C#
public DOFString(
	string data
)

Parameters

data
Type: SystemString
The data to encapsulate. Must not be null.
Remarks

Create a string value using UTF_8 encoding. Note that the library will automatically convert between known encodings as it passes strings over the wire, so most applications need not be overly concerned with encodings.
See Also

Reference