←Select platform

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 Leadtools.Jpip.ResponseCodeStream 
public: 
static Leadtools.Jpip.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip Assembly