StringsAddCharacters Method

Allows add characters to the beginning and end of the text unless they already exist.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static string AddCharacters(
	string text,
	string charStart,
	string charEnd
)

Parameters

text  String
Text to process.
charStart  String
Start character.
charEnd  String
End character.

Return Value

String
String with the text to add characters to the beginning and end.

See Also