FortranLibCopy(String, Int32, String) Method |
Copies a string into a destination string starting at the specified one-based index.
Namespace: Altaxo.Calc.Ode.ObsoleteAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static void Copy(
ref string destinationString,
int startIndex,
string sourceString
)
Parameters
- destinationString String
- The destination string that will be updated.
- startIndex Int32
- The one-based start index in the destination.
- sourceString String
- The source string to copy.
See Also