MaxLengthProvider Delegate

Vajhoej Record

Collapse imageExpand ImageCollapseAll imageExpandAll imageDropDown imageDropDownHover imageCopy imageCopyHover image
Get max length of struct. Note: can only be used with struct fields of field types FIXSTR, FIXSTRNULTERM, PACKEDBCD and ZONEDBCD.

Namespace: Vajhoej.Record
Assembly: Record (in Record.dll) Version: 0.0.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public delegate int MaxLengthProvider()
Public Delegate Function MaxLengthProvider As Integer
public delegate int MaxLengthProvider()

Return Value

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

See Also