Share via


ToString Method

Returns a string representation of the object.

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

Syntax

'Declaration
Public Overrides Function ToString As String
'Usage
Dim instance As FromToHeader
Dim returnValue As String

returnValue = instance.ToString()
public override string ToString()

Return Value

Type: System..::..String
The string representation of the object.

Remarks

The string representation of the [FromToHeader] object contains the [DisplayName], [Uri], [Epid], [Tag] and [HeaderValue] properties.

See Also

Reference

FromToHeader Class

FromToHeader Members

Microsoft.Rtc.Signaling Namespace