CharactersCopy(Int32, 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(
int startIndex,
string sourceString
)
Parameters
- startIndex Int32
- The starting index (1-based) in the destination array.
- sourceString String
- The source string.
See Also