mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-04-12 12:07:05 +00:00
Merge branch 'fix/json-reader-extensions' of Common/Utils into ConnectPro_v1.3
This commit is contained in:
commit
198bf8dac0
1 changed files with 2 additions and 2 deletions
|
|
@ -145,8 +145,8 @@ namespace ICD.Common.Utils.Extensions
|
|||
{
|
||||
if (extends == null)
|
||||
throw new ArgumentNullException("extends");
|
||||
|
||||
return extends.Value as string;
|
||||
|
||||
return extends.Value == null ? null : extends.Value.ToString();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue