Search
 
SCRIPT & CODE EXAMPLE
 

CSHARP

c# string tob64

string encodedStr = Convert.ToBase64String(Encoding.UTF8.GetBytes("inputStr"));
Comment

c# string from b64

string inputStr = Encoding.UTF8.GetString(Convert.FromBase64String(encodedStr));
Comment

PREVIOUS NEXT
Code Example
Csharp :: raylib c# basic window 
Csharp :: unity c# audio source 
Csharp :: streamwriter c# 
Csharp :: c# break from foreach method 
Csharp :: Task.FromResult(null) 
Csharp :: c# isarray 
Csharp :: remove items from one list in another c# 
Csharp :: get current time c# 
Csharp :: c# sum of array elements# 
Csharp :: get x and y of mouse uinty 
Csharp :: c# escape characters 
Csharp :: convert string to jtoken c# 
Csharp :: c# get foreground window 
Csharp :: c# for statement 
Csharp :: how to disable vsync in monogame 
Csharp :: how to flip a character in unity 2d 
Csharp :: sqldatareader in c# 
Csharp :: c# empty array 
Csharp :: speedtest.net cli 
Csharp :: get array from column datatable c# 
Csharp :: c# public static string 
Csharp :: c# regex replace all line breaks 
Csharp :: c# switch case greater than 
Csharp :: how to write coroutine in unity 
Csharp :: Get the Photon Player GameObject 
Csharp :: random mac address c# 
Csharp :: c# datagridview hide header 
Csharp :: set margin programmatically wpf c# 
Csharp :: asp.net core 6 autofac 
Csharp :: how read excel data in c# 
ADD CONTENT
Topic
Content
Source link
Name
4+9 =