DOFString Constructor (DOFStringType, String)OpenDOF Object Access Library
Create a string value, specifying the type.

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

C#
public DOFString(
	DOFStringType type,
	string data
)

Parameters

type
Type: org.opendof.core.oal.valueDOFStringType
The type of the string. Must not be null.
data
Type: SystemString
The data to encapsulate. Must not be null.
Remarks

Create a string value, specifying the type.
See Also

Reference