Is it possible to convert the String from the text box to type Double?

Code:
price = CType(txtPrice.Text, Double)
This code does'nt work when the txtPrice.Text is empty. Sometimes I need to leave this txtPrice.Text as blank. If it is not possible to leave the said textbox as blank just let me know!

Thanks in Advance!