MegaApi.Crypto.base64_to_a32 C# (CSharp) Méthode

base64_to_a32() public static méthode

public static base64_to_a32 ( string s ) : uint[]
s string
Résultat uint[]
        public static uint[] base64_to_a32(string s)
        {
            return str_to_a32(base64urldecode(s));
        }