C# Class DbExpressions.Tests.StringExtensions

Mostra file Open project: seesharper/DbExpressions

Public Methods

Method Description
Clean ( this target ) : string
Strip ( this target ) : string

Strips of the formatting (new line and tabs)

Method Details

Clean() public static method

public static Clean ( this target ) : string
target this
return string

Strip() public static method

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