Platforms to show: All Mac Windows Linux Cross-Platform

uuDecodeMBS(data as string, byref name as string, byref mode as Integer) as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
global method Base 64 MBS Encryption Plugin 16.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
UU Decoding.
Example
dim f as FolderItem = SpecialFolder.Desktop.Child("test.uu")
dim b as BinaryStream = BinaryStream.Open(f)

dim name as string
dim mode as Integer

dim s as String = b.Read(b.Length)
dim d as string = uuDecodeMBS(s, name, mode)

dim p as Picture = Picture.FromData(d)

Backdrop = p

Decodes UU encoded data. name and mode properties are filled.
Returns empty text if something goes wrong.
Raises out of memory exception in case of low memory situation.

Blog Entries

The items on this page are in the following plugins: MBS Encryption Plugin.


The biggest plugin in space...