'Declaration Public Shared Function GetDecoderName( _
ByVal streamThe stream.As System.IO.Stream _
) As System.String
public static System.String GetDecoderName(
System.IO.Stream stream
)
public: static System.String GetDecoderName(
System.IO.Stream* stream
)
public:
static System.String GetDecoderName(
System.IO.Stream^ stream
)
Parameters
- stream
- The stream.
Return Value
The decoder name.