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

Converts the name string from the last_name, first_name format to the common name format (first_name last_name).

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

Syntax

C#
public static string ToCommonName(
	string name
)
Visual Basic (Declaration)
Public Shared Function ToCommonName ( _
	name As String _
) As String
Visual C++
public:
static String^ ToCommonName(
	String^ name
)

Parameters

name
Type: System..::.String
The name in any format

Return Value

converted string to first_name last_name format

See Also