module Net::BER::Extensions::String

def to_ber_application_string(code)

provided syntax code value.
Creates an application-specific BER string encoded value with the
#
def to_ber_application_string(code)
  to_ber(0x40 + code)
end