Nevron .NET Vision
Nevron.Compression Namespace / NCompression Class / CompressStreamToBase64String Method
input stream to compress.


In This Topic
    CompressStreamToBase64String Method
    In This Topic
    Compresses the input string and returns it as a base64 encoded string.
    Syntax
    'Declaration
     
    
    Public Shared Function CompressStreamToBase64String( _
       ByVal stream As System.IO.Stream _
    ) As System.String
    'Usage
     
    
    Dim stream As System.IO.Stream
    Dim value As System.String
     
    value = NCompression.CompressStreamToBase64String(stream)
    public static System.string CompressStreamToBase64String( 
       System.IO.Stream stream
    )

    Parameters

    stream
    input stream to compress.

    Return Value

    compressed base64 encoded string.
    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