Visual Basic equivalent "Get" keyword in C#

csharp Malaysia
  • 12 years ago

    Hi,

     I'm looking for the VB 6 equivalent "GET" in C#.

    I have a DAT file in binary format."
    I can read the file using "BinaryReader class - Read...() Method" but the problem is I need a proper chunk of data to be read.

    For example VB 6 uses the below code to read a DAT File,

    Input is a DAT File 

    intBinaryFile = FreeFile
    Open ""c:\termrate.dat" For Binary As intBinaryFile
    Get #intBinaryFile, , TermRateArray()
    Close #intBinaryFile

    I want an equivalent code in C# to achieve the same output.

    Kindly advice.

    with regards,
    Krish TS

Post a reply

No one has replied yet! Why not be the first?

Sign in or Join us (it's free).

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“The greatest performance improvement of all is when a system goes from not-working to working.” - John Ousterhout