retrieves the header for the supplied class instance

Namespace:  nTools
Assembly:  nString (in nString.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public static string getHeader(
	Object theClass
)
Public Shared Function getHeader ( _
	theClass As Object _
) As String
public:
static String^ getHeader(
	Object^ theClass
)

Parameters

theClass
Object
the class you want to retrieve a header from

Return Value

the header

See Also