String to Number?

Is there a way that I can transform a String of numbers into an actual Number in AS3?

example:
var scoreTemp:String = “82300”;

I’m sorry if this is a noob question.