GZip..::..DecompressInMemoryFromBase64 Method (String, Boolean%)
Decompresses the in memory from base64.
Namespace:
robotManager.HelpfulAssembly: robotManager (in robotManager.dll)
Syntax
Public Shared Function DecompressInMemoryFromBase64 ( _ base64string As String, _ <OutAttribute> ByRef isGzip As Boolean _ ) As String
public: static String^ DecompressInMemoryFromBase64( String^ base64string, [OutAttribute] bool^% isGzip )