Click or drag to resize

Gs1ElementStringGetHumanReadable Method

Returns a human-readable string representing this GS1 element string. Each AI is represented by the AI number in parentheses followed by the value.

Namespace: GS1.EPC.Api
Assembly: epc-epconly (in epc-epconly.dll) Version: 2.1.0.28145 (2.1.0.0)
Syntax
C#
public virtual string GetHumanReadable(
	bool includeSpaces
)

Parameters

includeSpaces  Boolean
If true, a space character is added between adjacent AIs (that is, between the end of the value of one AI and the open parenthesis that begins the next). If false, no space characters are added

Return Value

String
See Also