Hi
I was using this sample to DecodeBase64
how can I EncodeBase64 to textbox
this is how I read from database but know I need to save to database in EncodeBase64
regards
Sigster
https://www.b4x.com/android/forum/threads/bug-cant-decodebase64.9316/#post-254633
I was using this sample to DecodeBase64
how can I EncodeBase64 to textbox
this is how I read from database but know I need to save to database in EncodeBase64
B4X:
mobile = RS.GetString("mobile")
Dim b() As Byte = su.DecodeBase64(mobile)
Decode_gsm = BytesToString(b, 0, b.Length, "UTF-8")
regards
Sigster
https://www.b4x.com/android/forum/threads/bug-cant-decodebase64.9316/#post-254633