ModelStateReaderAppendLineInfo Method |
Append line information to string. If no line information is available, the input string is returned directly.
Namespace:
DHI.Mike1D.ModelState
Assembly:
DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public string AppendLineInfo(
string str
)
Public Function AppendLineInfo (
str As String
) As String
public:
String^ AppendLineInfo(
String^ str
)
Parameters
- str
- Type: SystemString
[Missing <param name="str"/> documentation for "M:DHI.Mike1D.ModelState.ModelStateReader.AppendLineInfo(System.String)"]
Return Value
Type:
String[Missing <returns> documentation for "M:DHI.Mike1D.ModelState.ModelStateReader.AppendLineInfo(System.String)"]
See Also