hasmer
|
Utility for working with string escape codes. More...
Static Public Member Functions | |
static string | Escape (string s) |
Escapes a string so that it can be used as string literal in Hasm source code. Shamelessly taken from https://stackoverflow.com/a/14087738. More... | |
static string | DoubleToString (double d) |
Utility for working with string escape codes.
|
inlinestatic |
Escapes a string so that it can be used as string literal in Hasm source code. Shamelessly taken from https://stackoverflow.com/a/14087738.