Construct a type that requires a fixed-length blob.
Namespace: org.opendof.core.oal.value
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public Type( int fixedLength )
Parameters
- fixedLength
- Type: SystemInt32
The required length of the blob. Must not be negative.
Remarks
new Type (length, length)
See Also