C# 클래스 DbExpressions.Tests.StringExtensions

파일 보기 프로젝트 열기: seesharper/DbExpressions

공개 메소드들

메소드 설명
Clean ( this target ) : string
Strip ( this target ) : string

Strips of the formatting (new line and tabs)

메소드 상세

Clean() 공개 정적인 메소드

public static Clean ( this target ) : string
target this
리턴 string

Strip() 공개 정적인 메소드

Strips of the formatting (new line and tabs)
public static Strip ( this target ) : string
target this The target string.
리턴 string