Csharp Üzerinde Hex olarak gelen veriyi String'e çevirme




string hexValues = "48 65 6C 6C 6F 20 77 6F 72 6C 64";
string[] hexValuesSplit = hexValues.Split(' ');
foreach (string hex in hexValuesSplit)
{
    // 16bitlik hex değerini intager değere dönüştürelim
    int value = Convert.ToInt32(hex, 16);
    // intager değerimizi utf32 formatında string değerine çevirelim
    string stringValue = Char.ConvertFromUtf32(value);
    char charValue = (char)value;
    Console.WriteLine("hexadecimal değer = {0}, int değer value = {1}, char değer = {2} veya (string) {3}",
                        hex, value, stringValue, charValue);
}


Ziyaretçi, yorum yapılsın mı?
İsim:*
E-Mail:


[not-allow-comm]
[/not-allow-comm]

Dikkat!

Aşağıdaki bağlantıdaki makaleye göz atın.

Site Kuralları ve Engellenme Sonrası
İstatistik
File engine/modules/zpstats.php not found.
Sıkça Sorulan Sorular
Video Trafiği
Etiketlere göre ara