💡
1 kilometre = 0.621371 miles. 1 mile = 1.60934 km. km/miles
Source: IndDN
Results adapted to your current session Sign in to personalize →
About 33 results  (1–10) (560ms)
  1. Convert Object to Base64String | GOPI's PORTAL

    gopiportal.in › 2019 › 07 › convert-object-to-base64string.html

    Convert Object to Base64String

    2026-07-02
  2. SQL Server Date Time Conversion Formats | GOPI's PORTAL

    gopiportal.in › 2010 › 08 › sql-server-date-time-conversion-formats.html

    Best articles on AngularJs, Angular, Azure, ASP.NET, C#.NET, SQL Server, HTML, CSS,Javascript, JQuery, and many more..

    2026-07-06
  3. Extension Methods | GOPI's PORTAL

    gopiportal.in › 2018 › 12 › extension-methods.html

    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

    2026-07-02
  4. Compute String Hash : C# Extension method | GOPI's PORTAL

    gopiportal.in › 2019 › 05 › compute-string-hash-c-extension-method.html

    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

    2026-07-02
  5. Restore a Database from the SQL Command | GOPI's PORTAL

    gopiportal.in › 2011 › 01 › restore-database-from-sql-command.html

    Best articles on AngularJs, Angular, Azure, ASP.NET, C#.NET, SQL Server, HTML, CSS,Javascript, JQuery, and many more..

    2026-07-02
  6. C# - Converting Unix times(epoch time) to/from Local time | GOPI's PORTAL

    gopiportal.in › 2018 › 11 › c-converting-unix-timesepoch-time.html

    Converting Unix times(epoch time) to or from Local time

    2026-07-02
  7. Generating Comma Seperated List Using SELECT Clause From Table Column | GOPI's PORTAL

    gopiportal.in › 2010 › 09 › generating-comma-seperated-list-using.html

    Generating Comma Seperated List Using SELECT Clause From Table Column

    2026-07-06
  8. Fixing Error Messages Problem in windows CE | GOPI's PORTAL

    gopiportal.in › 2010 › 09 › fixing-error-messages-problem-in.html

    Fixing Error Messages Problem in windows CE

    2026-07-06
  9. ASP.NET Security Vulnerability found | GOPI's PORTAL

    gopiportal.in › 2010 › 09 › aspnet-security-vulnerability-found.html

    Best articles on AngularJs, Angular, Azure, ASP.NET, C#.NET, SQL Server, HTML, CSS,Javascript, JQuery, and many more..

    2026-07-06
  10. Encryption and Decryption using TripleDES | GOPI's PORTAL

    gopiportal.in › 2016 › 01 › encryption-and-decryption-using.html

    Encryption and Decryption using TripleDES

    2026-07-02
People also ask