Tausif Khan

Tausif Khan

  • NA
  • 43
  • 2.3k

Mid and Instr function in c#

Sep 3 2018 2:22 AM
Can some one help me with whats happening in this line of code
 
leftside = UCase(Mid(iRetval, 1, Instr(iRetval, "=") - 1))
 
and also hoe can i achieve this in c#? 

Answers (1)