Skip to main content

%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