Converts a binary string into a unsigned __int64 (64bit numeric value).

Str2UInt64(qValue [, nFormat])

Parameters

qValue

The binary string to convert.

nFormat (optional)

default = 1

Specifies the format of the return value.

One of the following values.
FormatDescription
1Currency.
2String literal.
3Double.

Note

If you pass 3 the value might get truncated!

Return Value

The converted value in the requested format.

See Also

Reference

Colors2RGB
Double2Str
Float2Str
Int642Str
Long2Str
Num2Binary
PG_ByteA2Str
PG_Str2ByteA
RGB2Colors
Short2Str
Str2Double
Str2Float
Str2Int64
Str2Long
Str2Short
Str2ULong
Str2UShort
UInt642Str
ULong2Str
UShort2Str
Value2Variant
Variant2Value