VB.NET sample code
Private Sub Replace2ByteToSingleByte()
Dim text As String = "Selecting “No” will turn off auto time zone."
text = StrConv(text, VbStrConv.Narrow) End Sub
--------------------------------
Result: Selecting "No" will turn off auto time zone.