I can't seem to figure out why this code isn't working. Hope someone can help.<BR><BR>What I have is a string with some IP addresses separated by a *. The * tells me its the start of a new IP address.
I have a hex number: 9F030201<BR><BR>If I copy it into the windows calculator and convert it to Decimal I get: 2667774465<BR><BR>The problem is if I do it in VB <BR><BR>Dim MyVal as ...
I love the String object's Format method. It's an unusual application where I'm not using it to build messages. (Long ago and far away, I used to use it to assemble SQL statements.) Typical code looks ...
When you want to return a string result -- either as text, HTML or XML -- then a ContentResult object gives you the right balance of simplicity and control. Sometimes all you want to return from your ...