메소드 | 설명 | |
---|---|---|
format ( this format ) : string | ||
lexicalConcat ( this l, string r ) : string | ||
quote ( this s ) : string | ||
quote ( this s, char c ) : string | ||
quote ( this s, char l, char r ) : string | ||
quoteNice ( this s ) : string |
public static lexicalConcat ( this l, string r ) : string | ||
l | this | |
r | string | |
리턴 | string |
public static quote ( this s, char l, char r ) : string | ||
s | this | |
l | char | |
r | char | |
리턴 | string |