Returns the specified tag as a string of 4 bytes.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public string GetStringMini(
	int tag
)
Public Function GetStringMini ( _
	tag As Integer _
) As String
public:
String^ GetStringMini(
	int tag
)

Parameters

tag
Int32
Tag code.

Return Value

Returns the specified tag as a string of 4 bytes.

See Also