Software Development Network>> .NET Development>> Convert C# to VB
if
{
tmpString+=((
}to VB.NET /nOrphf
Hi,Code in VB.NET
Convert C# to VB
swimmer
I ran the code in C# and VB now and I get the same output in both cases. I get a square box character.
Regards,
Vikram
wenliang
but it does not do as supposed.
I am making a application that sends an sms via a GSM modem.
I have the C# code for another program that sends sms'er via the same kind of GSM modem.
The reason why I have to do this is that the modem does not understand "a".
But why does it work in C# and not in VB. Are the char set different
Larkin Y
Hi,
Code in VB.NET
If (iMessage.Substring(i, 1).Equals("a")) Then
tmpString += Convert.ToChar(29).ToString()
End If
Regards,
Vikram