메소드 | 설명 | |
---|---|---|
Left ( this text, int length ) : string | ||
Right ( this text, int length ) : string |
public static Left ( this text, int length ) : string | ||
text | this | |
length | int | |
리턴 | string |
public static Right ( this text, int length ) : string | ||
text | this | |
length | int | |
리턴 | string |