Nevron .NET Vision
Nevron.Compression Namespace / NCompression Class / DecompressBase64ToStream Method
base64 encoded string.


In This Topic
    DecompressBase64ToStream Method
    In This Topic
    Decompresses the input string and returns a stream representing it.
    Syntax
    '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
    base64 encoded string.

    Return Value

    uncompressed stream.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also