[This is preliminary documentation and is subject to change.]

Converts the name parts into full name in lastname, first format

Namespace:  OfficeClip.Utils
Assembly:  OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0

Syntax

C#
public static string ToFullName(
	string lastName,
	string firstName
)
Visual Basic (Declaration)
Public Shared Function ToFullName ( _
	lastName As String, _
	firstName As String _
) As String
Visual C++
public:
static String^ ToFullName(
	String^ lastName, 
	String^ firstName
)

Parameters

lastName
Type: System..::.String
The last name
firstName
Type: System..::.String
The first name

Return Value

The full name of the user

See Also