Back to product page

ToInt method (FileBlob)


Returns content of the blob as long integer value.

Type

A Long value.

Syntax

  • Basic
object.ToInt
The ToInt(object) syntax has these parts:
object An expression evaluating to an object of type FileBlob

Remarks

ToInt method will return CRC hash result as Integer. Although they can also be represented as HEX, or Base64 format, CRC hashes are usually represented as numeric values. That's why it's usual to convert and show CRC hash as an Integer type.

Platforms

Windows