StringsAddParentheses Method
Allows add parentheses at 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 AddParentheses(
string text
)
Public Shared Function AddParentheses (
text As String
) As String
- text String
- Text to process.
StringString with the text to add parentheses at the beginning and end.