Walter.IO
AsIDiskChanges Method
Walter.IO Assembly > Walter.IO Namespace > DiskViolationsExtensions Class : AsIDiskChanges Method
The json.
Parses the specified text assuming it is the json representation of a IDiskChanges dataset.
Syntax
public static IDiskChanges AsIDiskChanges( 
   string json
)

Parameters

json
The json.

Return Value

IDiskChanges.
Exceptions
ExceptionDescription
'{nameof(json)}' cannot be null or empty - json
Can't generate a IDiskChanges from json"
Remarks
Will generate a exception if the string is empty or invalid json, use TryParseAsIDiskChanges if you might assume invalid.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DiskViolationsExtensions Class
DiskViolationsExtensions Members