Parse Method

Summary

Overridden. Converts the string representation of a codestream response into its ResponseCodeStream equivalent.

Syntax
C#
VB
C++
public static ResponseCodeStream Parse( 
   string responseCodestream 
) 
  
Public Shared Function Parse( _ 
   ByVal responseCodestream As String _ 
) As ResponseCodeStream 
public: 
static ResponseCodeStream^ Parse(  
   String^ responseCodestream 
)  

Parameters

responseCodestream
A System.String containing the response codestream to convert.

Return Value

A ResponseCodeStream corresponding to the string contained in responseCodestream.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip Assembly