LengthProvider Delegate

Vajhoej Record

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

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public delegate int LengthProvider(
	Object o,
	int n
)
Public Delegate Function LengthProvider ( _
	o As Object, _
	n As Integer _
) As Integer
public delegate int LengthProvider(
	Object^ o, 
	int n
)

Parameters

o
Object
Object (not completely initialized for read).
n
Int32
Field number.

Return Value

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

See Also