SORU
19 EYLÜL 2008, Cuma


Nasıl bir birim içine hex değerleri ayrıştırmak için?

uint color; 
bool parsedhex = uint.TryParse(TextBox1.Text, out color); 
//where Text is of the form 0xFF0000
if(parsedhex)
   //...

işe yaramıyor. Neyi yanlış yapıyorum?

CEVAP
19 EYLÜL 2008, Cuma


Deneyin

Convert.ToUInt32(hex, 16)  //Using ToUInt32 not ToUInt64, as per OP comment

Bunu Paylaş:
  • Google+
  • E-Posta
Etiketler:
C#

YORUMLAR

SPONSOR VİDEO

Rastgele Yazarlar

  • Diogo Oliveira

    Diogo Olivei

    4 HAZİRAN 2006
  • Marina and The Diamonds

    Marina and T

    8 Temmuz 2008
  • Marques Brownlee

    Marques Brow

    21 Mart 2008