How to Encode or Decode Base 64 in C#

Поделиться
HTML-код
  • Опубликовано: 21 янв 2025

Комментарии • 14

  • @justjase10
    @justjase10 2 года назад +2

    Thank you for the clear explanation, bless you.🥂

  • @ievgeniilarin
    @ievgeniilarin 2 года назад +2

    Thank you for the explanation.

  • @franklinkf
    @franklinkf 2 года назад +2

    Thank you. Well explained

  • @shivnarayansinghgour2770
    @shivnarayansinghgour2770 9 месяцев назад

    While decoding getting error : Invalid length for a Base 64 char array or string

  • @michaelflevier7645
    @michaelflevier7645 Год назад +1

    Brilliant, and thanks a lot. Could you perhaps make another video on ASCII Binary Decode File?

  • @danm1063
    @danm1063 Год назад

    Are those copilot suggestions or something else?

  • @skyhappy
    @skyhappy 2 года назад +1

    First non bot comment. Neat vid thanks.

  • @paxvostrum4824
    @paxvostrum4824 Год назад

    Thanks, greate content! Does it really work with spreadsheets? Could you show us example with different file types, say: docx, xlsx, mp4..

    • @nickproudprogrammer
      @nickproudprogrammer  Год назад

      Great suggestion! Any file you can read as bytes can be converted to base64

  • @yasauro
    @yasauro Год назад

    Thanks a lot

  • @akashsawant902
    @akashsawant902 Год назад

    hi, I want to convert some swedish characters as it is in the response. i am getting the string in the request like this, string swedishText = "Det här är en text på svenska med åäö."; and i want to print this string in the console as string without using the method like this, Console.OutputEncoding = System.Text.Encoding.UTF8;. can someone help please