String.parse_radix_str

String.parse_radix_str

String.parse_radix_str

Function

Parses the current whitespace-delimited byte text into a UTF-8 string in the specified base.

Syntax

Parameters

ParametersTypeRequiredDefault valueDescription
radixIntNo10Base.

Return value

TypeDescription
String/NullParse and convert to UTF-8. Return string if successful; return Null if failed.

Example

Notes

  • A single byte must be able to parse 0 to 255.
  • The original string will not be modified.