Method VarIntSize
VarIntSize(ulong)
Gets the output size in bytes after VarInting a unsigned integer
Declaration
public static int VarIntSize(ulong value)
Parameters
Type | Name | Description |
---|---|---|
ulong | value | The unsigned integer whose length to get |
Returns
Type | Description |
---|---|
int | The amount of bytes |