![]() |
BogaNet 1.4.0
|
This is the complete list of members for BogaNet.Encoder.Base64, including all inherited members.
Base64FromFile(string file, bool useSaveFormat=true) | BogaNet.Encoder.Base64 | static |
Base64FromFileAsync(string file, bool useSaveFormat=true) | BogaNet.Encoder.Base64 | static |
FileFromBase64(string file, string base64string, bool useSaveFormat=true) | BogaNet.Encoder.Base64 | static |
FileFromBase64Async(string file, string base64string, bool useSaveFormat=true) | BogaNet.Encoder.Base64 | static |
FromBase64String(string base64string, bool useSaveFormat=true) | BogaNet.Encoder.Base64 | static |
ToBase64String(byte[] bytes, bool useSaveFormat=true) | BogaNet.Encoder.Base64 | static |
ToBase64String(string str, Encoding? encoding=null, bool useSaveFormat=true) | BogaNet.Encoder.Base64 | static |