ModelStateReaderAppendLineInfo Method

Append line information to string. If no line information is available, the input string is returned directly.

Definition

Namespace: DHI.Mike1D.ModelState
Assembly: DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public string AppendLineInfo(
	string str
)

Parameters

str  String

[Missing <param name="str"/> documentation for "M:DHI.Mike1D.ModelState.ModelStateReader.AppendLineInfo(System.String)"]

Return Value

String

[Missing <returns> documentation for "M:DHI.Mike1D.ModelState.ModelStateReader.AppendLineInfo(System.String)"]

See Also