This works just fine with both C and JS backends, so I'm not sure what's your 
question :) 
    
    
    import std/strutils
    
    
    let hex = "7c000000"
    var a = fromHex[uint](hex)
    echo a
    
    
    Run

Reply via email to