String.FromChars

About Monkey 2 Forums Monkey 2 Development String.FromChars

This topic contains 2 replies, has 3 voices, and was last updated by  Danilo 2 years, 9 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #2000

    peterigz
    Participant

    I was just converting some Monkey1 code and I noticed there’s no FromChars function in String, will it be added at any point? Unless I missed it somewhere else…

    #2002

    Mark Sibly
    Keymaster

    Yes, will be added SOON.

    #2007

    Danilo
    Participant

    Maybe use String.FormCString/FromUtf8String/FromWString?

    All take a pointer to a buffer (Void Ptr) and (optional) length.

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.