System.FormatException

  • Thread starter Thread starter Marcus Vinícius
  • Start date Start date
M

Marcus Vinícius

Hi Guys,

When I trying to execute this code,

insGrupo = Nothing
insGrupo = New Grupo(Short.Parse(0), TxtGrCoCodi.Text)


occurs the following error

System.FormatException: Sequence of entrance was not in a incorrect format.


Somebody knows what it can be this error?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

URGENT!!!! 2
Compiler changes its mind 3
What if the Query String is empty? 20
int.parse 7
What does this mean? 1
Datetime.ParseExact Method 1
CheckBoxField returning string? 1
Can't See the Problem 1

Back
Top