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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.