prova così:

Dim n As Integer = 9
Me.Label1.Text = n.ToString("D2")
Me.Label2.Text = n.ToString("00")