FortranLibCopy(String, Int32, Int32, Char) Method |
Copies a single character into a destination string using one-based inclusive indices.
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,
int lastIndex,
char source
)
Parameters
- destinationString String
- The destination string that will be updated.
- startIndex Int32
- The one-based start index in the destination.
- lastIndex Int32
- The one-based inclusive end index in the destination.
- source Char
- The character to copy.
See Also