Enhanced C#
Language of your choice: library documentation
|
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.PrintHelpers | inlinestatic |
AppendIntegerTo(StringBuilder target, ulong value, string prefix="", int @base=10, int separatorInterval=3, char separatorChar='_') (defined in Loyc.Syntax.PrintHelpers) | Loyc.Syntax.PrintHelpers | inlinestatic |
EscapeCStyle(UString s, EscapeC flags=EscapeC.Default) | Loyc.Syntax.PrintHelpers | inlinestatic |
EscapeCStyle(UString s, EscapeC flags, char quoteType) | Loyc.Syntax.PrintHelpers | inlinestatic |
EscapeCStyle(int c, StringBuilder @out, EscapeC flags=EscapeC.Default, char quoteType='\0') | Loyc.Syntax.PrintHelpers | inlinestatic |
HexDigitChar(int value) | Loyc.Syntax.PrintHelpers | inlinestatic |
IntegerToString(long value, string prefix="", int @base=10, int separatorInterval=3, char separatorChar='_') | Loyc.Syntax.PrintHelpers | inlinestatic |
IntegerToString(ulong value, string prefix="", int @base=10, int separatorInterval=3, char separatorChar='_') (defined in Loyc.Syntax.PrintHelpers) | Loyc.Syntax.PrintHelpers | inlinestatic |