MaxLengthProvider Delegate

Get max length of struct. Note: can only be used with struct fields of field types FIXSTR, FIXSTRNULTERM, PACKEDBCD and ZONEDBCD.

Definition

Namespace: Vajhoej.Record
Assembly: Record (in Record.dll) Version: 0.0.0.0
C#
public delegate int MaxLengthProvider()

Return Value

Int32
Max length (values < 0 indicates that value is to be ignored).

See Also