A
ad
I want to use
string MyString="Test99";
Strings.Rigt(MyString,2);
to get the "22" from my string.
But I can't do that with CSharp.
Strings is belong to Microsoft.VisualBasic Namespace.
How can I use it with CSharp?
string MyString="Test99";
Strings.Rigt(MyString,2);
to get the "22" from my string.
But I can't do that with CSharp.
Strings is belong to Microsoft.VisualBasic Namespace.
How can I use it with CSharp?