FromToHeader.ToString Method
Returns the string representation of FromToHeader object, which contains DisplayName, URI, Epid, Tag, HeaderValue properties.
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
String representation of the object.