Click or drag to resize
OtpInputStreamIsLongTag Method
Can the tag be parsed as a long

Namespace:  RiakClient.Erlang
Assembly:  RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax
public bool IsLongTag(
	byte tag
)

Parameters

tag
Type: SystemByte
the tag to check

Return Value

Type: Boolean
boolean indicating if tag can be parsed as a long.
See Also