UtilsparseName Method

Parses a full name string into first and last name

Definition

Namespace: MbcsCentral.WinTrm
Assembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
C#
public static string[] parseName(
	string fullName
)

Parameters

fullName  String
The full name to parse

Return Value

String
A one or two element string array that contains: 1) A single element when there is only a single name in fullName 2) The first and middle names in element 0 and the last name in element 1

See Also