Converts a binary string into a __int64 (64bit numeric value).
Parameters
- qValue
The binary string to convert.
- nFormat (optional)
default = 1
Specifies the format of the return value.One of the following values. Format Description 1 Currency. 2 String literal. 3 Double. 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
Str2Long
Str2Short
Str2UInt64
Str2ULong
Str2UShort
UInt642Str
ULong2Str
UShort2Str
Value2Variant
Variant2Value