Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add : Strings.ToFloat #77

Open
BeckerStS opened this issue Jan 7, 2025 · 0 comments
Open

add : Strings.ToFloat #77

BeckerStS opened this issue Jan 7, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@BeckerStS
Copy link
Contributor

BeckerStS commented Jan 7, 2025

Currently only Strings to any Integers are supported within this library ... which is btw. also covered by the @ax/system-strings library.
Adding additional string conversions like : STRING>(L)Real would be nice, since there is no such comfort function as of now.

add functions (if feasable) :

Strings.ToFloat (str : STRING, value => REAL) : BOOL;
Strings.ToFloat (str : STRING, value => LREAL) : BOOL;
Strings.ToFloat (str : WSTRING, value => REAL) : BOOL;
Strings.ToFloat (str : WSTRING, value => LREAL) : BOOL;

@BeckerStS BeckerStS added the enhancement New feature or request label Jan 7, 2025
@BeckerStS BeckerStS changed the title add : Strings.ToReal add : Strings.ToFloat Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant