VB to C# Functions

后端 未结 14 1088
忘了有多久
忘了有多久 2020-12-02 06:51

Which are the equivalent of the following operators from VB.Net to C#?

  • UBound()
  • LBound()
  • IsNothing()
  • <
14条回答
  •  感动是毒
    2020-12-02 07:23

    I believe some of these like Mid() are still available in the .NET Framework in the Microsoft.VisualBasic namespace which you can still reference from C# code.

提交回复
热议问题