stringify

From Wiktionary, the free dictionary
Jump to navigation Jump to search

English[edit]

Etymology[edit]

string +‎ -ify

Pronunciation[edit]

  • IPA(key): /ˈstɹɪŋɪfaɪ/
  • (file)

Verb[edit]

stringify (third-person singular simple present stringifies, present participle stringifying, simple past and past participle stringified)

  1. (transitive, programming) To convert to a textual representation.
    To find the first digit in a positive number, stringify it and take the first character.
    • 2009, John Paul Mueller, Jeff Cogswell, C++ All-In-One Desk Reference For Dummies, John Wiley & Sons, →ISBN, page 662:
      For example, when you stringify a data type (turn the data type into its string representation), the technique differs based on data type. For example, when you want to stringify an int, you might use the following template: []

Synonyms[edit]

Related terms[edit]