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

Outputs the name by first name or last ame

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

Syntax

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

Parameters

lastName
Type: System..::.String
The last name
firstName
Type: System..::.String
The first name
sbn
Type: OfficeClip.Utils..::.SortByName
Determines whether the name should be given by first name or last name

Return Value

The full name

See Also