Click or drag to resize

MessageIsNull Method (Int32, Int32)

Returns true if the substring that begins at the specified start and extends to the character at index end-1 is null. A substring is NULL if it's first character is the NO-DATA (0x1a).

Namespace:  OBCOM.NetClient
Assembly:  OBCOM.NetClient (in OBCOM.NetClient.dll) Version: 40.82.5945.17884 (40.82.5945.17884)
Syntax
public bool IsNull(
	int start,
	int end
)

Parameters

start
Type: SystemInt32
the start index of the substring.
end
Type: SystemInt32
the end index of the substring.

Return Value

Type: Boolean
true if the substring is NULL.
See Also