StringsAddBrackets Method

Allows add brackets at 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 AddBrackets(
	string text
)

Parameters

text  String
Text to process.

Return Value

String
String with the text to add brackets at the beginning and end.

See Also