Home
VB.Net
2D
Application
Class
Data Structure
Data Types
Database ADO.net
Date Time
Development
Event
File Directory
Generics
GUI
Internationalization I18N
Language Basics
LINQ
Network Remote
Reflection
Security
Thread
Windows Presentation Foundation
Windows System
XML
XML LINQ
Hex « Data Types « VB.Net
VB.Net
Data Types
Hex
1.
Data type: Long, Char, Hex and Oct
2.
Create a negative hexadecimal value out of range of the Long type.
3.
Create a negative hexadecimal value out of range of the Byte type.
4.
Create a hexadecimal value out of range of the Integer type.
5.
Create a negative hexadecimal value out of range of the Long type.
6.
Create a negative hexadecimal value out of range of the UInt16 type.
7.
Parse Hex number in string to Integer and catch OverflowException
8.
Display value as hexadecimal
9.
Display value with eight hexadecimal digits