 | LayoutFieldIsNull Method |
Returns true is the character sequence of the index occurence of the field in message
is NULL.
Namespace:
OBCOM.NetSwitchLib.Layouts
Assembly:
OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntaxpublic bool IsNull(
LayoutMessage message,
int index
)
Public Function IsNull (
message As LayoutMessage,
index As Integer
) As Boolean
Parameters
- message
- Type: OBCOM.NetSwitchLib.LayoutsLayoutMessage
The message that will be read.
- index
- Type: SystemInt32
The occurence index of the field.
Return Value
Type:
Booleantrue if the character sequence of Field(
index) is
NULL.
Exceptions
Remarks
A field is said to be NULL if the first character of it's
character sequence is the special character NO-DATA (0x1A).
See Also