Parse a string into an Int32 value
public static bool TryParse(string,out int);
Parse a string into an Int64 value
public static bool TryParse(string,out long);
SystemInfo Class | log4net.Util Namespace