findClass(string) Method

Summary
Searches for a matching type on a given full name.
Syntax
C#
VB
C++
Public Overloads Shared Function findClass( _ 
   ByVal fullname As String _ 
) As Type 
public static Type findClass( 
   string fullname 
) 
public: 
static Type^ findClass(  
   String^ fullname 
)  

Parameters

fullname
Fully qualified name of the class. It can be a message, segment or anything in this toolkit.

Return Value

Type representing the class requested, if found. Otherwise, null is returned.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.HL7 Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.