Parse Method

Summary
Overridden. Converts the string representation of a metadata request into its MetaReq equivalent.
Syntax
C#
VB
C++
public static MetaReq Parse( 
   string metaDataReq 
) 
  
Public Shared Function Parse( _ 
   ByVal metaDataReq As String _ 
) As MetaReq 
public: 
static MetaReq^ Parse(  
   String^ metaDataReq 
)  

Parameters

metaDataReq
A System.String containing the metadata request type to convert.

Return Value

A MetaReq object corresponding to the string contained in metaDataReq.

Requirements

Target Platforms

See Also

Reference

MetaReq Class

MetaReq Members

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.