public static string Base64Decode(string ABase64) { return Encoding.UTF8.GetString(Convert.FromBase64String(ABase64)); } ...
確定! 回上一頁