C# Class BExIS.DCM.UploadWizard.Utility

Show file Open project: BEXIS2/Core

Public Methods

Method Description
ComputeKey ( ) : string

Convert a list of strings to a md5 byte array

ObjectToByteArray ( Object obj ) : byte[]

Method Details

ComputeKey() public static method

Convert a list of strings to a md5 byte array
public static ComputeKey ( ) : string
return string

ObjectToByteArray() public static method

public static ObjectToByteArray ( Object obj ) : byte[]
obj Object
return byte[]