Software Development Network>> Visual C#>> VB to C#(one line of code)
Hey,
in Visual C# 2005 what would this VB 2005 code be:
ComapreMethod
Thanks :)
well here is the VB(it needs to be a variable):
SearchType = CompareMethod.Binary
VB to C#(one line of code)
J9
if("Test".ToLower() == "test".ToLower())
{
this.Text="Equal";
}
MShetty
well here is the VB(it needs to be a variable):
SearchType = CompareMethod.Binary