Imports System
Public Module Module1
Public Sub Main()
Dim currencyPayTotal As Integer?
Dim convertedInt As Integer = CInt(currencyPayTotal)
End Sub
End Module