Creates a friendly name for display purposes. Often used to generate a name to appear in the notifications.

Namespace:  RedCritterV1.Convenience
Assembly:  RedCritterV1 (in RedCritterV1.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

      
 C#  Visual Basic 
public static string GetFriendlyName(
	string emailAddress,
	string firstName,
	string lastName
)
Public Shared Function GetFriendlyName ( _
	emailAddress As String, _
	firstName As String, _
	lastName As String _
) As String

Parameters

emailAddress
String
Send empty string or value
firstName
String
Send empty string or value
lastName
String
Send empty string or value

Return Value

String representing a friendly name for the person

See Also