EN | DE

Stage 7.14: Converting Strings

Many types can be converted to a string using to_string.

The generic function parse can be used to convert strings or string literals into a typed value. This function returns a Result because it could fail.

Tags: #strings

Further information:

Share on Facebook Share on Twitter Share on Reddit Save on Pocket Share on LinkedIn Share via email