Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 20 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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-01T14:42:17.000Z (almost 2 years ago)
- Last Synced: 2024-11-07T15:50:55.179Z (about 2 months 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: 2
- Watchers: 2
- Forks: 1
- 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 MAUIBlog post van be found here: https://blog.verslu.is/maui/displaying-base64-encoded-images-dotnet-maui/