Concatenates two character arrays and returns a new Characters instance.
Namespace: Altaxo.Calc.Ode.ObsoleteAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static Characters Add(
char[] c1,
char[] c2
)
Parameters
- c1 Char
- The first character array.
- c2 Char
- The second character array.
Return Value
CharactersA new Characters instance that represents the concatenation of the two character arrays.
See Also