Walter.IO
TryParseAsIDiskChanges Method
Walter.IO Assembly > Walter.IO Namespace > DiskViolationsExtensions Class : TryParseAsIDiskChanges Method
The json.
The violation will not be null when true.
Tries to parse the provided json and when successful will generate a violation instance.
Syntax
public static bool TryParseAsIDiskChanges( 
   string json,
   out IDiskChanges? violation
)

Parameters

json
The json.
violation
The violation will not be null when true.

Return Value

boolean value stating if processing the json was successful
Exceptions
ExceptionDescription
json cannot be null or empty
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