Removes all occurrences of white space characters from the beginning and end of this instance.

Namespace:  NHibernate.SqlCommand
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public Function Trim As SqlString
C#
public SqlString Trim()
Visual C++
public:
SqlString^ Trim()
JavaScript
function trim();

Return Value

A new SqlString equivalent to this instance after white space characters are removed from the beginning and end.

See Also