FUNCTION  fInsideMaskN

Returns the expanded InsideMask corresponding to the bits, as a string

the InsideMask can be shown with Select * from InsideMask
Sample call to display the insideMask setting of some photoObjs
select top 10 objID, dbo.fInsideMaskN(insideMask) as mask
from PhotoObj

see also fInsideMask

Input and output parameters

nametypelengthinoutpnum
@valuetinyint1input1
 varchar1000output0