MegaApi.Crypto.base64_to_a32 C# (CSharp) Method

base64_to_a32() public static method

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