Friday, September 12, 2008

Parse dotted IP string in AS3

Give a one line expression in ActionScript 3 to convert a dotted IPv4
address (String) to its numeric (uint) representation. For example,
"10.0.0.1" to 0xa000001.

No comments: