Click or drag to resize

EpcSchemeFromSchemeName Method

Returns the EpcScheme instance whose URI scheme name is equal to the specified string, or null if the specified string does not match any EPC scheme name.

Namespace: GS1.EPC.Api
Assembly: epc-epconly (in epc-epconly.dll) Version: 2.1.0.28145 (2.1.0.0)
Syntax
C#
public static EpcScheme FromSchemeName(
	string schemeName
)

Parameters

schemeName  String
 

Return Value

EpcScheme
See Also