I am trying to re-write an Access database in VB.NET. One of the requirements in that it is supposed to be re-written in (to use the phrase they used) "true VB.NET". This means that I cannot use any of the commands found in the Microsoft.VisualBasic reference.
I need to know what the equivalent commands in VB.NET are of the following:
* DatePart
* DateInterval
* Today
* Now
* Format
* IsDBNull
* FileOpen
* OpenMode
* EOF
* LineInput
* LTrim
* vbNewLine
* vbCrLf
* FileClose
* IsNumeric
* Space
* Len
* Trim
* FormatDateTime
* DateFormat
I have attempted to convince the powers that be that using the Microsoft.VisualBasic reference is 100% true .NET code (based on another web page that I was researching) but that argument has fallen on deaf ears.
Please advise.
Thank you.
I need to know what the equivalent commands in VB.NET are of the following:
* DatePart
* DateInterval
* Today
* Now
* Format
* IsDBNull
* FileOpen
* OpenMode
* EOF
* LineInput
* LTrim
* vbNewLine
* vbCrLf
* FileClose
* IsNumeric
* Space
* Len
* Trim
* FormatDateTime
* DateFormat
I have attempted to convince the powers that be that using the Microsoft.VisualBasic reference is 100% true .NET code (based on another web page that I was researching) but that argument has fallen on deaf ears.
Please advise.
Thank you.