Is there some way to get Base64String from timestamp? For example:
0x000000005E683A8A -> AAAAAF5oOoo=
I need it to debug my project. Or how can I save timestamp value in C# without Convert.ToBase64String in this view:
0x000000005E683A8A
And then will send it to sql again?