9 lines
203 B
Text
9 lines
203 B
Text
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
|