stringize
Appearance
English
[edit]Etymology
[edit]Verb
[edit]stringize (third-person singular simple present stringizes, present participle stringizing, simple past and past participle stringized)
- (programming, transitive) To convert to, or treat as, a string of text characters.
Usage notes
[edit]- In the C and C++ programming languages, describes the preprocessor operator
#
, which converts macro parameters to string literals without expanding the parameter definition.