Skip to main content

This is documentation for Caché & Ensemble. See the InterSystems IRIS version of this content.Opens in a new tab

For information on migrating to InterSystems IRISOpens in a new tab, see Why Migrate to InterSystems IRIS?

%SYSTEM.Bit

abstract class %SYSTEM.Bit extends %SYSTEM.Help

This class provides various $bit support functions.

You can use it via the special $system object:

  Set x=$system.Bit.StringToBit($c(1,5))
  

Method Inventory

Methods

classmethod StringToBit(val) as %String
Converts a string to a $bit string
classmethod ZBitToBit(val) as %String
Converts a legacy DTM-style $zbit* string to a $bit string

Inherited Members

Inherited Methods

FeedbackOpens in a new tab