Compress the specified file.
Namespace:
robotManager.Helpful
Assembly:
robotManager (in robotManager.dll)
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.