Question
4
Replies
151
Views
Atos Syntel
Posted: June 22, 2017
Last activity: July 1, 2017
Closed
Explain Parse-Fixed-Binary and Parse-Packed-Decimal with an example
Is there any content in PDN which explains Parse-Fixed-Binary and Parse-Packed-Decimal methods in detail other than Pega help.
- In what scenarios should they be used ?
- what kind of value should be passed as input ?
Hi Dilip,
The Parse-Fixed-Binary method extracts fixed binary data from the input byte stream into a clipboard property value. The bytes are converted into a Java long value.
Parse-Packed-Decimal is used to extract packed decimal data from the byte stream into a clipboard property value.
Parse-Fixed-Binary and Parse-Fixed-Decimal is nicely explained with example in the below link. Pls have a look.
https://pdn.pega.com/node/1015921