Types
Boolean
const bool = wire.toBoolean("true", false);const bool = wire.toBoolean(null, true);Numeric
const number = wire.isNumeric("1234");Guid
const id = wire.guid();
// id = f09a1e51-7dbf-49c2-b252-ff16c3b42a7aShort Guid
Last updated
Was this helpful?