Instance Method
fullName(_:)fullName:fullName_
Returns the full name.
Declaration
func fullName(_ error: NSErrorPointer) -> StringDeclaration
- (NSString *) fullName:(NSError **) error;Declaration
fullName_() -> tuple[str, NSError]Parameters
errorA pointer to an NSError object to store any error that occurs.
Return Value
The full name.