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)
Syntaxpublic static string AddTextAndCRLF(
this string pText,
string pItem
)
<ExtensionAttribute>
Public Shared Function AddTextAndCRLF (
pText As String,
pItem As String
) As String
Parameters
- pText
- Type: SystemString
Basis text - pItem
- Type: SystemString
Text to add
Return Value
Type:
StringText 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| Exception | Condition |
|---|
| Exception | Is throw an exception so gives the exception message to return |
See Also