mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-02-14 04:05:04 +00:00
Potential fix for reading null IPIDs from configs
This commit is contained in:
@@ -246,7 +246,7 @@ namespace ICD.Common.Utils.Xml
|
||||
throw new ArgumentNullException("extends");
|
||||
|
||||
string content = extends.ReadElementContentAsString();
|
||||
return (byte)Convert.ToInt64(content, 16);
|
||||
return StringUtils.FromIpIdString(content);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user