<PackageReference Include="Newtonsoft.Json" Version="6.0.3" />

MiscellaneousUtils

static class MiscellaneousUtils
public static int ByteArrayCompare(byte[] a1, byte[] a2)

public static ArgumentOutOfRangeException CreateArgumentOutOfRangeException(string paramName, object actualValue, string message)

public static string GetLocalName(string qualifiedName)

public static string GetPrefix(string qualifiedName)

public static void GetQualifiedNameParts(string qualifiedName, out string prefix, out string localName)

public static string ToString(object value)

public static bool ValueEquals(object objA, object objB)