Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

what is difference between int.Parse and toint32 in c#

ToInt32 allows null value, it doesn't throw any errors Int. parse does not allow null value, 
  and it throws an ArgumentNullException error.
Source by www.tutorialspoint.com #
 
PREVIOUS NEXT
Tagged: #difference
ADD COMMENT
Topic
Name
9+1 =