Removes all occurrences of white space characters from the beginning and end of this instance.
Namespace:
NHibernate.SqlCommandAssembly: 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(); |