![]() |
BogaNet 1.4.0
|
This is the complete list of members for BogaNet.Encoder.Base16, including all inherited members.
Base16FromFile(string file) | BogaNet.Encoder.Base16 | static |
Base16FromFileAsync(string file) | BogaNet.Encoder.Base16 | static |
FileFromBase16(string file, string base16string) | BogaNet.Encoder.Base16 | static |
FileFromBase16Async(string file, string base16string) | BogaNet.Encoder.Base16 | static |
FromBase16String(string base16string) | BogaNet.Encoder.Base16 | static |
ToBase16String(byte[] bytes, bool addPrefix=false) | BogaNet.Encoder.Base16 | static |
ToBase16String(string str, bool addPrefix=false, Encoding? encoding=null) | BogaNet.Encoder.Base16 | static |
ToBase16String< T >(T number, bool addPrefix=false, bool useFullLength=false) | BogaNet.Encoder.Base16 | static |