mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Add notes, numeric helper
This commit is contained in:
@@ -62,6 +62,7 @@ namespace SabreTools.Models.Internal
|
||||
/// <summary>
|
||||
/// Read a key as a long, returning null on error
|
||||
/// </summary>
|
||||
/// <remarks>TODO: Add logic to convert SI suffixes and hex</remarks>
|
||||
public long? ReadLong(string key)
|
||||
{
|
||||
if (!ValidateKey(key))
|
||||
|
||||
Reference in New Issue
Block a user