Fuzion Logo
fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.

as_string

integer.as_string

convert this to a number using the given base. If negative, add "-" as
the first character.

Constructors

:
Any
 is
[Inherited from  encodings]
:
Any
 is
[Inherited from  encodings]
[Private constructor]
base16 encoding and decoding as defined in RFC 4648
https://datatracker.ietf.org/doc/html/rfc4648#section-8
:
Any
 is
[Inherited from  encodings]
[Private constructor]
Base32 encoding and decoding as defined in RFC 4648
https://datatracker.ietf.org/doc/html/rfc4648#section-6
:
base32
 is
[Inherited from  encodings]
Base32hex encoding and decoding as defined in RFC 4648
https://datatracker.ietf.org/doc/html/rfc4648#section-7
:
Any
 is
[Inherited from  encodings]
[Private constructor]
Base64 encoding and decoding as defined in RFC 4648
:
Any
 is
[Inherited from  encodings]
Percent (url) encoding and decoding as specified in RFC 3986 section 2.1

* The alphanumeric characters "a" through "z", "A" through "Z" and "0" through "9" remain the same.
* The special characters "-", ".", "_", and "~" remain the same.
* All other characters are unsafe and get converted.
:
Any
 is
[Inherited from  encodings]
unicode -- unit feature to group unicode related features
0.095dev (2025-09-09 14:29:31 GIT hash 98644f8f651c2101a0730cfe31c5807993b7603b built by fridi@fzen)