Boolean Values... how do they work for Text pl?
I'm using a Text Pipeline and I notice there are BooleanFalse and
BooleanTrue properties, however I don't see how Boolean values are actually
read out of a text pipeline's fields. I only see how to read out a string
(which would be a 0 or 1 in my case), but to check for true false I'll still
have to do a string compare. Is there another way?
BooleanTrue properties, however I don't see how Boolean values are actually
read out of a text pipeline's fields. I only see how to read out a string
(which would be a 0 or 1 in my case), but to check for true false I'll still
have to do a string compare. Is there another way?
This discussion has been closed.
Comments
report, but when read using the GetFieldAs[type]() functions, they have to
be read as a string and used that way.