wManager.Wow.Helpers Namespace
WRobot

GZip..::..DecompressInMemoryFromBase64 Method (String, Boolean%)

Decompresses the in memory from base64.

Namespace:  robotManager.Helpful
Assembly:  robotManager (in robotManager.dll)

Syntax


public static string DecompressInMemoryFromBase64(
	string base64string,
	out bool isGzip
)
Public Shared Function DecompressInMemoryFromBase64 ( _
	base64string As String, _
	<OutAttribute> ByRef isGzip As Boolean _
) As String
public:
static String^ DecompressInMemoryFromBase64(
	String^ base64string, 
	[OutAttribute] bool^% isGzip
)

Parameters

base64string
Type: String
The base64string.
isGzip
Type: Boolean%
if set to true [is gzip].

Return Value

string content file.