Returns a string that represents the current Object.
public override string ToString()
public:
String^ ToString(); override
'Declaration
Public Overrides Function ToString() As String
'Usage
Dim instance As AudioFormat
Dim value As String
value = instance.ToString()
Return Value
a string that represents the current Object.