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
See Also