https://github.com/jfversluis/mauibase64imagesample
Sample code to demonstrate how to encode and decode Base64 images in .NET MAUI
https://github.com/jfversluis/mauibase64imagesample
base64 base64-decoding base64-encoding dotnet dotnet-maui maui sample-code
Last synced: 23 days ago
JSON representation
Sample code to demonstrate how to encode and decode Base64 images in .NET MAUI
- Host: GitHub
- URL: https://github.com/jfversluis/mauibase64imagesample
- Owner: jfversluis
- License: mit
- Created: 2023-03-01T14:16:33.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-01T14:42:17.000Z (about 3 years ago)
- Last Synced: 2025-05-20T03:38:56.162Z (about 1 year ago)
- Topics: base64, base64-decoding, base64-encoding, dotnet, dotnet-maui, maui, sample-code
- Language: C#
- Homepage: https://blog.verslu.is/maui/displaying-base64-encoded-images-dotnet-maui/
- Size: 153 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# .NET MAUI Base64 Encoding/Decoding Image Sample
Sample code to demonstrate how to encode and decode Base64 images in .NET MAUI
Blog post van be found here: https://blog.verslu.is/maui/displaying-base64-encoded-images-dotnet-maui/