'Declaration
Public Shared Function DecompressBase64ToStream( _ ByVal str As System.String _ ) As System.IO.MemoryStream
'Usage
Dim str As System.String Dim value As System.IO.MemoryStream value = NCompression.DecompressBase64ToStream(str)
public static System.IO.MemoryStream DecompressBase64ToStream( System.string str )
Parameters
- str