StringsAddCharacters Method
Allows add characters to the beginning and end of the text unless they already exist.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static string AddCharacters(
string text,
string charStart,
string charEnd
)
Public Shared Function AddCharacters (
text As String,
charStart As String,
charEnd As String
) As String
- text String
- Text to process.
- charStart String
- Start character.
- charEnd String
- End character.
StringString with the text to add characters to the beginning and end.