Gets the emoticon string for the given emoticon.

Namespace:  Microsoft.Rtc.Collaboration.GroupChat
Assembly:  Microsoft.Rtc.Collaboration.GroupChat(in Microsoft.Rtc.Collaboration.GroupChat.dll)

Syntax

Visual Basic (Declaration)
Public 
Shared 
Function 
GetEmoticonString ( _
	
emoticon 
As 
ChatEmoticon
_
) 
As 
String
Visual Basic (Usage)
Dim 
emoticon 
As 
ChatEmoticon
Dim 
returnValue 
As 
String

returnValue = 

MessagePartEmoticon.
GetEmoticonString(
emoticon)
C#
public 
static 
string 
GetEmoticonString(
	
ChatEmoticon

emoticon
)

Return Value

Type: System . . :: . . String

The raw text which is used to construct the emoticon.

See Also