Generating AI answer…
Convert Object to Base64String | GOPI's PORTAL
Convert Object to Base64String
SQL Server Date Time Conversion Formats | GOPI's...
Best articles on AngularJs, Angular, Azure, ASP.NET, C#.NET, SQL Server, HTML, CSS,Javascr...
Extension Methods | GOPI's PORTAL
Following are some useful extension methods written in C# 1) To convert the given date tim...
Compute String Hash : C# Extension method | GOPI...
You cannot convert the hash value back to original string. So it is good to store sensitiv...
Best articles on AngularJs, Angular, Azure, ASP.NET, C#.NET, SQL Server, HTML, CSS,Javascript, JQuery, and many more..
Following are some useful extension methods written in C# 1) To convert the given date time to the given timezone public static DateTime LocalTime(this DateTime dt, string timeZone) … string TitleCase(this string word) { TextInfo objTextInfo = new System.Globalization.CultureInfo("en-US").TextInfo; return objTextInfo.ToTitleCase(word.ToLower()); } 3) To convert
You cannot convert the hash value back to original string. So it is good to store sensitive data like passwords as hash value. … data)); } break; case "sha512": using (SHA512 sha512Hash = SHA512.Create()) { bytes = sha512Hash.ComputeHash(Encoding.UTF8.GetBytes(data)); } break; } if (bytes.Length > 0) { // Convert
Best articles on AngularJs, Angular, Azure, ASP.NET, C#.NET, SQL Server, HTML, CSS,Javascript, JQuery, and many more..
Converting Unix times(epoch time) to or from Local time
Generating Comma Seperated List Using SELECT Clause From Table Column
Fixing Error Messages Problem in windows CE
Best articles on AngularJs, Angular, Azure, ASP.NET, C#.NET, SQL Server, HTML, CSS,Javascript, JQuery, and many more..
Encryption and Decryption using TripleDES