←Select platform

Parse Method

Summary

Overridden. Converts the string representation of a JPXL context into its JPXLContextRange equivalent.

Syntax

C#
VB
C++
public static JPXLContextRange Parse( 
   string contextRangeValue 
) 
  
Public Shared Function Parse( _ 
   ByVal contextRangeValue As String _ 
) As Leadtools.Jpip.JPXLContextRange 
public: 
static Leadtools.Jpip.JPXLContextRange^ Parse(  
   String^ contextRangeValue 
)  

Parameters

contextRangeValue
A System.String containing the JPXL context type to convert.

Return Value

A JPXLContextRange corresponding to the string contained in contextRangeValue.

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