Returns the tag length in bytes.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public int TagLength(
	int tag
)
Public Function TagLength ( _
	tag As Integer _
) As Integer
public:
int TagLength(
	int tag
)

Parameters

tag
Int32
Tag code.

Return Value

Returns the tag length in bytes.

See Also