UtilsparseName Method
            Parses a full name string into first and last name
            
Namespace: MbcsCentral.WinTrmAssembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
public static string[] parseName(
	string fullName
)
- fullName  String
 - The full name to parse
 
StringA 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