Parse UShort value : UShort « Data Type « VB.Net Tutorial






Public Class Tester
    Public Shared Sub Main
        Dim ushortParse As UShort = UShort.Parse("65533")

        Console.WriteLine(ushortParse)
    End Sub


End Class
65533








2.8.UShort
2.8.1.Parse UShort value
2.8.2.Display a 16-bit unsigned integer value by using each standard format string and some custom format strings.