Parse Method

Summary

Overridden. Converts the string representation of a sample range into its SampleRange equivalent.

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

Parameters

sampleRange
A System.String containing the sample range value to convert.

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