[Missing <summary> documentation for "M:NHibernate.Util.StringHelper.Truncate(System.String,System.Int32)"]

Namespace: NHibernate.Util
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public static string Truncate(
	string str,
	int length
)
Visual Basic
Public Shared Function Truncate ( _
	str As String, _
	length As Integer _
) As String
Visual C++
public:
static String^ Truncate(
	String^ str, 
	int length
)

Parameters

str
Type: System..::..String

[Missing <param name="str"/> documentation for "M:NHibernate.Util.StringHelper.Truncate(System.String,System.Int32)"]

length
Type: System..::..Int32

[Missing <param name="length"/> documentation for "M:NHibernate.Util.StringHelper.Truncate(System.String,System.Int32)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Util.StringHelper.Truncate(System.String,System.Int32)"]

See Also