hasmer
Static Public Member Functions | List of all members
Hasmer.StringEscape Class Reference

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)
 

Detailed Description

Utility for working with string escape codes.

Member Function Documentation

◆ Escape()

static string Hasmer.StringEscape.Escape ( string  s)
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.


The documentation for this class was generated from the following file: