Construct a type for a string, given an encoding and a maximum character length.
Namespace: org.opendof.core.oal.value
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public Type( int encoding, int maxLength )
Parameters
- encoding
- Type: SystemInt32
The MIB enum from http://www.iana.org/assignments/character-sets. - maxLength
- Type: SystemInt32
The maximum character length (not encoded length) of the string.
Remarks
See Also