We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48d43eb commit 4740df8Copy full SHA for 4740df8
BencodeNET.Net45/Objects/BNumber.cs
@@ -5,6 +5,9 @@ namespace BencodeNET.Objects
5
{
6
public sealed class BNumber : BObject<long>, IComparable<BNumber>
7
8
+ /// <summary>
9
+ /// The string-length of long.MaxValue. Longer strings cannot be parsed.
10
+ /// </summary>
11
internal const int MaxDigits = 19;
12
13
public BNumber(long value)
0 commit comments