mirror of
https://github.com/Queercon/QC14-Badge-Webview.git
synced 2025-07-15 01:33:09 -07:00
base64 decode
This commit is contained in:
parent
3765710da8
commit
1efd9f65d6
1 changed files with 6 additions and 0 deletions
|
@ -164,6 +164,12 @@ namespace qcbadge.Controllers
|
|||
System.Diagnostics.Debug.WriteLine("*************************************");
|
||||
System.Diagnostics.Debug.WriteLine("*************************************");
|
||||
|
||||
//http://tomeko.net/online_tools/hex_to_base64.php?lang=en
|
||||
|
||||
//for base64 convert
|
||||
byte[] bytes = Convert.FromBase64String("test");
|
||||
string hex = BitConverter.ToString(bytes);
|
||||
|
||||
String qcData = advertData.Substring(24, 20);
|
||||
System.Diagnostics.Debug.WriteLine(qcData);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue