module Net::BER::Extensions::String

def to_ber_contextspecific(code)

syntax code value.
Creates a context-specific BER string encoded value with the provided
#
def to_ber_contextspecific(code)
  to_ber(0x80 + code)
end