A Sandcastle Documented Class Library
![]() | EpcFactoryCreateEncoderFor Method (String) |
Create an EpcEncoder corresponding to a given scheme.
Namespace: Tego.Rfid.Tds
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)

public IEpcEncoder CreateEncoderFor( string scheme )
Public Function CreateEncoderFor ( scheme As String ) As IEpcEncoder
public: virtual IEpcEncoder^ CreateEncoderFor( String^ scheme ) sealed
abstract CreateEncoderFor : scheme : string -> IEpcEncoder override CreateEncoderFor : scheme : string -> IEpcEncoder
Parameters
- scheme
- Type: SystemString
Encoding scheme, e.g. sgtin-96 (must match exact text in EncoderScheme field of the encoder).
Return Value
Type: IEpcEncoderEncoder for the scheme if known (or the type defined by the DefaultEncoderType property if not).
Implements
IEpcFactoryCreateEncoderFor(String)