CharactersCopy(String) Method |
Copies characters from the specified source string to this instance.
Namespace: Altaxo.Calc.Ode.ObsoleteAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void Copy(
string sourceString
)
Parameters
- sourceString String
- The source string.
See Also