←Select platform

GetPersonNameComponents Method

Summary

Utility function converts a name value string containing one or more Person Name to a PersonNameComponent array.

Syntax

C#
VB
C++
public static PersonNameComponent[] GetPersonNameComponents( 
   string nameValue 
) 
Public Shared Function GetPersonNameComponents( 
   ByVal nameValue As String 
) As PersonNameComponent() 
public:  
   static array<PersonNameComponent^>^ GetPersonNameComponents( 
      String^ nameValue 
   ) 

Parameters

nameValue

string containing one or more Person Name (of the Value Representation Person Name)

Return Value

a PersonNameComponent array

Requirements

Target Platforms

Help Version 19.0.2017.10.28
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Storage.DataAccessLayer Assembly