'Declaration Public Function GetStreamAdler32Hex( _ ByVal value As System.IO.Stream _ ) As System.String
'Usage Dim instance As Encryption Dim value As System.IO.Stream Dim value As System.String value = instance.GetStreamAdler32Hex(value)
public System.string GetStreamAdler32Hex( System.IO.Stream value )
public function GetStreamAdler32Hex( value: System.IO.Stream ): System.String;
public function GetStreamAdler32Hex( value : System.IO.Stream ) : System.String;
public: System.string* GetStreamAdler32Hex( System.IO.Stream* value )
public: System.String^ GetStreamAdler32Hex( System.IO.Stream^ value )
Parameters
- value
- The stream.
Return Value
The checksum in hexadecimal