Enhanced C#
Language of your choice: library documentation
Loyc.Syntax.PrintHelpers Member List

This is the complete list of members for Loyc.Syntax.PrintHelpers, including all inherited members.

AppendIntegerTo(StringBuilder target, long value, string prefix="", int @base=10, int separatorInterval=3, char separatorChar='_')Loyc.Syntax.PrintHelpersinlinestatic
AppendIntegerTo(StringBuilder target, ulong value, string prefix="", int @base=10, int separatorInterval=3, char separatorChar='_') (defined in Loyc.Syntax.PrintHelpers)Loyc.Syntax.PrintHelpersinlinestatic
EscapeCStyle(UString s, EscapeC flags=EscapeC.Default)Loyc.Syntax.PrintHelpersinlinestatic
EscapeCStyle(UString s, EscapeC flags, char quoteType)Loyc.Syntax.PrintHelpersinlinestatic
EscapeCStyle(int c, StringBuilder @out, EscapeC flags=EscapeC.Default, char quoteType='\0')Loyc.Syntax.PrintHelpersinlinestatic
HexDigitChar(int value)Loyc.Syntax.PrintHelpersinlinestatic
IntegerToString(long value, string prefix="", int @base=10, int separatorInterval=3, char separatorChar='_')Loyc.Syntax.PrintHelpersinlinestatic
IntegerToString(ulong value, string prefix="", int @base=10, int separatorInterval=3, char separatorChar='_') (defined in Loyc.Syntax.PrintHelpers)Loyc.Syntax.PrintHelpersinlinestatic