log4net SDK Reference

SystemInfo.TryParse Method

[This is preliminary documentation and subject to change.]

Parse a string into an Int32 value

Overload List

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