Loading TOC...

sql.bitLength

sql.bitLength(
   str as String
) as Number

Summary

Returns the length of the string "str" in bits.

Parameters
str The string to be evaluated.

Example

  sql.bitLength("text")
  => 32

Stack Overflow iconStack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.