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

  • erikbjgn's channel

    erikbjgn's c

    12 Mayıs 2008
  • footiecyclo

    footiecyclo

    26 EYLÜL 2009
  • John Lynn

    John Lynn

    8 Ocak 2010