'Declaration
Public Function Decode( _ ByVal Text As System.String _ ) As System.String
'Usage
Dim instance As DLDecoder Dim Text As System.String Dim value As System.String value = instance.Decode(Text)
public System.string Decode( System.string Text )
public function Decode( Text: System.String ): System.String;
public function Decode( Text : System.String ) : System.String;
public: System.String^ Decode( System.String^ Text )
Parameters
- Text
- PDF417 data value
Return Value
XML string with DL/ID decoded data