McMahone
McMahone
CC#
Created by McMahone on 5/10/2024 in #help
base64 encoding csv string
Ahh, I see. Thank you guys😊
19 replies
CC#
Created by McMahone on 5/10/2024 in #help
base64 encoding csv string
Right, but my API only accepts the latter encoding. Is there anything different I can do to use the latter in my application?
19 replies
CC#
Created by McMahone on 5/10/2024 in #help
base64 encoding csv string
This is a different example the ToBase64 adds extra characters while the vscode version does not, but decoding returns the same csv string
19 replies
CC#
Created by McMahone on 5/10/2024 in #help
base64 encoding csv string
with Base64 extension from VS Code: Y29tcGFueTtwcm9qZWN0X25vO3Byb2plY3Rfam9iX25vO3Byb2plY3Rfam9iX25hbWU7cHJvamVjdF9qb2Jfc3RhdHVzO3Jlc3BvbnNpYmxlDQowMDE7MTIzNDsxMjM7dGVzdDtBQ1RJVkU7OTk5
19 replies
CC#
Created by McMahone on 5/10/2024 in #help
base64 encoding csv string
csv: company;project_no;project_job_no;project_job_name;project_job_status;responsible 001;1234;123;test;ACTIVE;999. Convert.ToBase64String(Encoding.UTF8.GetBytes(csv)) returns:Y29tcGFueTtwcm9qZWN0X25vO3Byb2plY3Rfam9iX25vO3Byb2plY3Rfam9iX25hbWU7cHJvamVjdF9qb2Jfc3RhdHVzO3Jlc3BvbnNpYmxlDQowMDE7MTIzNDsxMjM7dGVzdDtBQ1RJVkU7OTk5DQo=
19 replies
CC#
Created by McMahone on 10/2/2023 in #help
❔ Sending a message to ServiceBus topic from ASP.NET Web API controller
But I am able to send it to the service bus and when I peek the messsge, it shows the correct data
12 replies
CC#
Created by McMahone on 10/2/2023 in #help
❔ Sending a message to ServiceBus topic from ASP.NET Web API controller
I get http error 405
12 replies
CC#
Created by McMahone on 10/2/2023 in #help
❔ Sending a message to ServiceBus topic from ASP.NET Web API controller
Thanks for the info. I think I got it finally, but now I have another problem
12 replies
CC#
Created by McMahone on 10/2/2023 in #help
❔ Sending a message to ServiceBus topic from ASP.NET Web API controller
I can't find specific to topics and subscriptions and don't get how I can implement it into my web api
12 replies