DecodeBase64
The BASE64 string is measured by the (non-zero) size given or by the terminator.
If output is nullptr the length will be calculated but the string itself will not be generated.
Syntax
public const string enginedll = @"engine.dll"; [DllImport(enginedll, EntryPoint = "DecodeBase64")] public static extern Int64 DecodeBase64(byte[] output, string input, Int64 size); [DllImport(enginedll, EntryPoint = "DecodeBase64")] public static extern Int64 DecodeBase64(byte[] output, byte[] input, Int64 size);
Property output
Size: 32 bit / 4 byte (reference)???.
Property input
Size: 32 bit / 4 byte (reference)???.