DOFStringgetBuffer Method OpenDOF Object Access Library
Return the encoded buffer 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 byte[] getBuffer()

Return Value

Type: Byte
The encoded buffer, otherwise
null
Remarks

Return the encoded buffer of the string. This may return
null
if the encoding of the string is unknown, in which case the get() method will return the string value.
See Also

Reference