Click or drag to resize

CharactersCopy(Int32, String) Method

Copies characters from the specified source string to this instance.

Namespace: Altaxo.Calc.Ode.Obsolete
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public 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