Parse a string into an  Int32 value
Int32 value
            
Namespace: log4net.Util Int32 value
Int32 value
            Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Parameters
- s
- Type:  System String System String
 the string to parse
- val
- Type:  System Int32 System Int32
 out param where the parsed value is placed
Return Value
Type: Boolean
Booleantrue if the string was able to be parsed into an integer
Remarks
Attempts to parse the string into an integer. If the string cannot be parsed then this method returns false. The method does not throw an exception.
See Also