Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Resembles the functionality of 15 isArray, in that a return type will change a value field's ouput.

There are three possible values for a return type:

int

Parses the value using C#'s int.Parse. Returns the value without any quotes.

long

Parses the value using C#'s long.Parse. Returns the value without any quotes.

bool

If the value output by a value field is a bit (1 or 0) or a string ("true" or "false") then these values are converted to true or false.


  • No labels