Overload List
| Name | Description |
|---|---|
| Integer32()()() | Default constructor. Builds a Integer32 object with
a value of zero.
|
| Integer32(Integer32) | Class copy constructor. Constructs a new object with the
same value as the passed Integer32 object.
|
| Integer32(Int32) | Constructs a Integer32 object with the passed value.
|
| Integer32(Int32%) | Constructs a Integer32 object with the specified value.
|
| Integer32(String) | Simple class constructor that attempts to parse the passed string
into a valid integer value. If the String argument cannot be parse
because it is either invalid or malformed then an exception is
generated.
|