Click or drag to resize

EpcClassToGs1ElementString Method

Creates a new Gs1ElementString instance based on this EPC Class.

Namespace: GS1.EPC.Api
Assembly: epc-epconly (in epc-epconly.dll) Version: 2.1.0.28145 (2.1.0.0)
Syntax
C#
public abstract Gs1ElementString ToGs1ElementString()

Return Value

Gs1ElementString
Exceptions
ExceptionCondition
EpcException if this EPC Class cannot be converted to a GS1 Element String (only happens if the EPC Class scheme is one that is not based on a GS1 Key).
See Also