The Parse Method includes members that are available as an add-on to the LEADTOOLS Imaging Pro, Document, and Medical Imaging toolkits.
Overridden. Converts the string representation of a metadata request into its
MetaReq equivalent .
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim metaDataReq As String
Dim value As MetaReq
value = MetaReq.Parse(metaDataReq) |
Parameters
- metaDataReq
- A System.String containing the metadata request type to convert.
Return Value
A
MetaReq object corresponding to the string contained in
MetaReq.
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also