PersonName Constructor(string)

Summary

Initializes a new instance of the PersonName class.

Syntax
C#
VB
C++
public PersonName( 
   string fullName 
) 
Public Function New( _ 
   ByVal fullName As String _ 
) 
public: 
PersonName(  
   String^ fullName 
) 

Parameters

fullName
The full name.

Requirements

Target Platforms

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

Leadtools.Dicom.Common Assembly