Click or drag to resize

CompositeTagGetStringTag Method

Create string tag from the given tag or return the given tag if it is already string tag.

Namespace:  Guardtime.KSI.Parser
Assembly:  ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntax
protected static StringTag GetStringTag(
	ITlvTag tag
)

Parameters

tag
Type: Guardtime.KSI.ParserITlvTag
Tag to create from.

Return Value

Type: StringTag
See Also