Namespace: Spire.Doc.Fields.Shape
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public static byte[] ComputeHash(
	byte[] b
)
Public Shared Function ComputeHash ( 
	b As Byte()
) As Byte()
public:
static array<unsigned char>^ ComputeHash(
	array<unsigned char>^ b
)
static member ComputeHash : 
        b : byte[] -> byte[] 

Parameters

b
array<Byte>[]()[][]

Return Value

array<Byte>[]()[][]

See Also