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 ...
package dustin.examples; import org.apache.commons.lang.builder.ToStringBuilder; /** * A simple representation of a Person intended only to demonstrate Apache * Commons ToStringBuilder. * * @author ...