Vorheriges Thema: GetUserFullName

Nächstes Thema: IsUserExists

GetUserName

Description

This method returns the user name from the user full name.

Syntax

GetUserName (UserFullName)

Parameters

Name

Type

Description

UserFullName

string

The user full name.

Return Value

The string from the beginning up to the first '@'. If the '@' character does not exist, it returns an empty string.

Remarks

This method does not check if the user exists or if the user full name is legal.