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

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

Syntax

C#
public static string LinesToString(
	this string[] text
)
Visual Basic
<ExtensionAttribute> _
Public Shared Function LinesToString ( _
	text As String() _
) As String
Visual C++
[ExtensionAttribute]
public:
static String^ LinesToString(
	array<String^>^ text
)

Parameters

text
Type: array<System..::..String>[]()[][]

[Missing <param name="text"/> documentation for "M:NHibernate.Util.StringHelper.LinesToString(System.String[])"]

Return Value

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

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type . When you use instance method syntax to call this method, omit the first parameter. For more information, see or .

See Also