| OssUtilsComputeContentCrc64 Method  | 
            Computes the content crc64.
            
 
Namespace: Aliyun.OSS.UtilAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntaxpublic static string ComputeContentCrc64(
	Stream input,
	long length
)
Public Shared Function ComputeContentCrc64 ( 
	input As Stream,
	length As Long
) As String
public:
static String^ ComputeContentCrc64(
	Stream^ input, 
	long long length
)
static member ComputeContentCrc64 : 
        input : Stream * 
        length : int64 -> string 
Parameters
- input
 - Type: System.IOStream
Input. - length
 - Type: SystemInt64
stream length 
Return Value
Type: 
StringThe content crc64.
See Also