메소드 | 설명 | |
---|---|---|
AsString ( this |
||
IsDigit ( this c ) : bool | ||
IsHexDigit ( this c ) : bool | ||
IsLetter ( this c ) : bool | ||
IsOctDigit ( this c ) : bool | ||
JoinStrings ( this |
||
JoinStrings ( this |
||
Show ( this c ) : string |
Converts a character into C# character-literal format (ready to be pasted into a program), including the single quotes.
|
|
ShowLitChar ( this c ) : string | ||
ShowVerbatim ( this s ) : string |
Converts a string into C# *verbatim* string-literal format (ready to be pasted into a program), including the double quotes. Verbatim string literals start with a '@' character (before the opening quote).
|
public static JoinStrings ( this |
||
strings | this |
|
separator | string | |
리턴 | string |