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.