label1.text.text = Mid(label1.text,2) + Mid (label1.text,1,2)
the code above is used to animate a label text in vb.net, but how do i implement this code in c#. Whenever i compile the program i have compile error showing that Mid is not declared how do i tackle this problem.
(Student)