Click or drag to resize

ExtensionAddTextAndCRLF Method

Text add a new line and add item text

Namespace:  Velo.Data.Helper
Assembly:  Velo.Data (in Velo.Data.dll) Version: 22.2.10.1 (22.2.10.450)
Syntax
public static string AddTextAndCRLF(
	this string pText,
	string pItem
)

Parameters

pText
Type: SystemString
Basis text
pItem
Type: SystemString
Text to add

Return Value

Type: String
Text or exception message

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type String. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
Exceptions
ExceptionCondition
ExceptionIs throw an exception so gives the exception message to return
See Also