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

  • Eric Magidson

    Eric Magidso

    4 Ocak 2009
  • multimediaGEEKS LLC

    multimediaGE

    3 Mayıs 2010
  • ShayLoss

    ShayLoss

    5 Kasım 2009