class String

Public Instance Methods

b_to_h() click to toggle source
# File lib/bytes.rb, line 83
def b_to_h()  Bytes.to_hex( self ); end
Also aliased as: btoh, h
btoh()
Alias for: b_to_h
h()
Alias for: b_to_h
h_to_b() click to toggle source
# File lib/bytes.rb, line 80
def h_to_b()  Bytes.from_hex( self ); end
Also aliased as: htob
htob()
Alias for: h_to_b