DirPerson::splitNameParts Method
Splits the _fullName parameter into components.
Syntax
client server public static container splitNameParts(str _fullName)
Run On
Called
Parameters
- _fullName
Type: str
The name to split into components.
Return Value
Type: container
A container that contains a first, middle, and last name.