C#C
C#3y ago
Ino

❔ Streams BinaryData Base64 differences

May I ask the difference between BinaryData, Base64, Stream?
Stream is an abstraction for stream like FileStream and MemoryStream but BinaryData is apparently an abstraction for strings, streams, json, and bytes... then whats the difference? I included Base64 cause it can be used to store files as well.
Was this page helpful?