/// <summary> /// Decode a string with Base64 /// </summary> public static string Decode(string input) { return(MtaShared.Base64Decode(input)); }