Click or drag to resize

Gs1ElementStringFromHumanReadable Method

Constructs a Gs1ElementString instnace from the specified human readable representation.

Namespace: GS1.EPC.Api
Assembly: epc-epconly (in epc-epconly.dll) Version: 2.1.0.28145 (2.1.0.0)
Syntax
C#
public static Gs1ElementString FromHumanReadable(
	string humanReadable
)

Parameters

humanReadable  String
Human readable string to parse.

Return Value

Gs1ElementString
See Also