Click or drag to resize

Characters(String) Constructor

Initializes a new instance of the Characters class with the specified string.

Namespace: Altaxo.Calc.Ode.Obsolete
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public Characters(
	string s
)

Parameters

s  String
The source string.
See Also