←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly