AsciiBridgeTruncate Method (String) |
Truncate string to column width, though only if delimiter is not defined
Namespace:
DHI.Mike1D.ResultDataAccess
Assembly:
DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax protected string Truncate(
string str
)
Protected Function Truncate (
str As String
) As String
protected:
String^ Truncate(
String^ str
)
Parameters
- str
- Type: SystemString
[Missing <param name="str"/> documentation for "M:DHI.Mike1D.ResultDataAccess.AsciiBridge.Truncate(System.String)"]
Return Value
Type:
String[Missing <returns> documentation for "M:DHI.Mike1D.ResultDataAccess.AsciiBridge.Truncate(System.String)"]
See Also