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
Thank you for the clear explanation, bless you.🥂
Thank you for the explanation.
Thank you. Well explained
While decoding getting error : Invalid length for a Base 64 char array or string
Brilliant, and thanks a lot. Could you perhaps make another video on ASCII Binary Decode File?
Sure thing! Thanks for the request. I'll add it to my list
sound like a plan, tx@@nickproudprogrammer
Are those copilot suggestions or something else?
First non bot comment. Neat vid thanks.
Thanks, greate content! Does it really work with spreadsheets? Could you show us example with different file types, say: docx, xlsx, mp4..
Great suggestion! Any file you can read as bytes can be converted to base64
Thanks a lot
Most welcome
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