Skip to content

Humanized string to number #348

@mgibas

Description

@mgibas

Is there any chance to convert humanized string to int like this:

var value = "first".ToNumber() // value = 1;
var value = "second".ToNumber() // value = 2;
var value = "17th".ToNumber() // value = 17;

?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions