Methods

IntΒΆ

Int(s:Str, base:Int)

Convert Str to Int.

Example

Int("100", 2)  # 8
Int("80", 16)  # 128