NeatUpload Documentation

SqlServerUploadedFile.ToHex Method 

Converts a byte array to a hexadecimal string

public static string ToHex(
   byte[] bytes
);

Parameters

bytes
The byte array to convert

Return Value

A string containing the input arra in hexadecimal format

Remarks

Mimics the System.BitConverter.ToString behaviour but without the dashes

See Also

SqlServerUploadedFile Class | Hitone.Web.SqlServerUploader Namespace