wManager.Wow.Helpers Namespace
WRobot

GZip..::..CompressInMemoryToBase64 Method

Compress the specified file.

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

Syntax


public static string CompressInMemoryToBase64(
	string stringAtCompress
)
Public Shared Function CompressInMemoryToBase64 ( _
	stringAtCompress As String _
) As String
public:
static String^ CompressInMemoryToBase64(
	String^ stringAtCompress
)

Parameters

stringAtCompress
Type: String
string at compress.

Return Value

base64 file.