Class MiscellaneousUtils
Inheritance
System.Object
MiscellaneousUtils
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Bayat.Json.Runtime.dll
Syntax
public static class MiscellaneousUtils
Methods
|
Improve this Doc
View Source
ByteArrayCompare(Byte[], Byte[])
Declaration
public static int ByteArrayCompare(byte[] a1, byte[] a2)
Parameters
Type |
Name |
Description |
System.Byte[] |
a1 |
|
System.Byte[] |
a2 |
|
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
CreateArgumentOutOfRangeException(String, Object, String)
Declaration
public static ArgumentOutOfRangeException CreateArgumentOutOfRangeException(string paramName, object actualValue, string message)
Parameters
Type |
Name |
Description |
System.String |
paramName |
|
System.Object |
actualValue |
|
System.String |
message |
|
Returns
Type |
Description |
System.ArgumentOutOfRangeException |
|
|
Improve this Doc
View Source
Declaration
public static string FormatValueForPrint(object value)
Parameters
Type |
Name |
Description |
System.Object |
value |
|
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
GetLocalName(String)
Declaration
public static string GetLocalName(string qualifiedName)
Parameters
Type |
Name |
Description |
System.String |
qualifiedName |
|
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
GetPrefix(String)
Declaration
public static string GetPrefix(string qualifiedName)
Parameters
Type |
Name |
Description |
System.String |
qualifiedName |
|
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
GetQualifiedNameParts(String, out String, out String)
Declaration
public static void GetQualifiedNameParts(string qualifiedName, out string prefix, out string localName)
Parameters
Type |
Name |
Description |
System.String |
qualifiedName |
|
System.String |
prefix |
|
System.String |
localName |
|
|
Improve this Doc
View Source
ToString(Object)
Declaration
public static string ToString(object value)
Parameters
Type |
Name |
Description |
System.Object |
value |
|
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ValueEquals(Object, Object)
Declaration
public static bool ValueEquals(object objA, object objB)
Parameters
Type |
Name |
Description |
System.Object |
objA |
|
System.Object |
objB |
|
Returns
Type |
Description |
System.Boolean |
|