Skip to content
Commit 24a9d097 authored by David Gilbert's avatar David Gilbert Committed by Albert Astals Cid
Browse files

JS: Implement field.valueAsString

Adobe's docs say:
  For example, for a field with a value of “020”, value returns the integer 20,
   while valueAsString returns the string “020”.

Share most of the fieldGetValue code by splitting it out into a 'Core'
variant and then using it in both GetValue and GetValueAsString.

BUGS: 468036
parent 074c3dc3
Pipeline #374039 passed with stage
in 6 minutes and 18 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment