DOFStringget Method OpenDOF Object Access Library
Return the value of the string.

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

C#
public virtual string get()

Return Value

Type: String
The string, if the encoding is known, otherwise
null
.
Remarks

Return the value of the string. This may return
null
if the encoding of the string is unknown, in which case the getBuffer() method will return the encoded buffer and the org.opendof.core.oal.DOFType.getEncoding() on the value's type will return the encoding used.
See Also

Reference