C# 클래스 Queem.Core.Extensions.MyStringExtensions

파일 보기 프로젝트 열기: Ribtoks/Queem

공개 메소드들

메소드 설명
LJust ( this str, int length, char ch ) : string
MyReverse ( this str ) : string

메소드 상세

LJust() 공개 정적인 메소드

public static LJust ( this str, int length, char ch ) : string
str this
length int
ch char
리턴 string

MyReverse() 공개 정적인 메소드

public static MyReverse ( this str ) : string
str this
리턴 string