log4net SDK Documentation - Microsoft .NET Framework 4.0

SystemInfo.TryParse Method

Parse a string into an Int16 value

Overload List

Parse a string into an Int16 value

public static bool TryParse(string,out short);

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);

See Also

SystemInfo Class | log4net.Util Namespace