ContentDescription.ToString Method
Represents MediaDescription as a string.
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 ContentDescription
Dim returnValue As String
returnValue = instance.ToString()
public override string ToString()
Return Value
Type: System.String
Returns the String representation of the MediaDescription if possible; otherwise String.Empty.