Binary String Intrinsic Functions (PRIM_LIBI.IBinaryStringIntrinsics)
Binary string intrinsic functions
Ancestors - None
Container for all binary string intrinsic functions
| Name | Description |
|---|---|
| AsByte | Return the variable as a byte
Result |
| AsHexString | Convert the binary value to hexadecimal
Result |
| AsHexToInt | Convert the hexadecimal value to an integer
Result |
| AsInteger | Return the variable as an integer
Result |
| AsString | Return the variable as a string
Result |
| CurSize | Length of the variable content in bytes
Result |
| IsNotSqlNull | Test if the variable is not SQLNull
Result |
| IsNull | Test if the variable is a LANSA null
Result |
| IsSqlNull | Test if the variable is SQLNull
Result |
Febuary 18 V14SP2