Name Parser
NameParts Class Members
Properties  Methods 


KellermanSoftware.NameParser Namespace : NameParts Class

The following tables list the members exposed by NameParts.

Public Constructors
 NameDescription
Public Constructor  
Top
Public Properties
 NameDescription
Public Property If it is not a person, this will be filled in with the company name  
Public Property The first name  
Public Property Honorific portion of the name: Mr, Mrs, Miss, etc.  
Public Property If true then a male, if false then female, if null, the gender could not be determined  
Public Property If true there are two names in within the name and it is considered married  
Public Property The last name  
Public Property The middle name or middle initial  
Public Property The nickname if specified. Example: Mr. William (Willy) King  
Public Property Military Rank: PFC, Private First Class, GEN, General, etc  
Public Property The root of the first name. Example: Matt will return Matthew  
Public Property The name of the spouse if there is a spouse in the name; Leo and Donna Bennett  
Public Property If true the spouse is male, if false the spouse is female, if null the gender could not be determined  
Public Property The middle name of the spouse if there is a spouse in the name; Smith, Michael S and Michelle J  
Public Property The suffix: Jr, Sr, etc.  
Top
Public Methods
 NameDescription
Public MethodReturns a string that represents the current object.  
Top
See Also

Reference

NameParts Class
KellermanSoftware.NameParser Namespace