Integer.MinValue : Integer « System « VB.Net by API






Integer.MinValue

  
public class Test
   public Shared Sub Main
               Dim iNum As Integer
               Console.WriteLine("Integer: " & iNum.MinValue & " to " & iNum.MaxValue)
   End Sub
End class

   
    
  








Related examples in the same category

1.Integer.CompareTo
2.Integer.GetType
3.Integer.MaxValue
4.Integer.Parse
5.Integer.ToString()