9 lines
203 B
VB.net
9 lines
203 B
VB.net
Option Compare Binary
|
|
Option Explicit On
|
|
Option Infer On
|
|
Option Strict On
|
|
|
|
Imports System.Globalization
|
|
Imports System.Text
|
|
Imports System.Runtime.InteropServices
|
|
Imports System.Runtime.CompilerServices
|