Click or drag to resize

AsciiBridgeTruncate Method (String, Int32)

Truncate string to length, 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,
	int length
)

Parameters

str
Type: SystemString

[Missing <param name="str"/> documentation for "M:DHI.Mike1D.ResultDataAccess.AsciiBridge.Truncate(System.String,System.Int32)"]

length
Type: SystemInt32

[Missing <param name="length"/> documentation for "M:DHI.Mike1D.ResultDataAccess.AsciiBridge.Truncate(System.String,System.Int32)"]

Return Value

Type: String

[Missing <returns> documentation for "M:DHI.Mike1D.ResultDataAccess.AsciiBridge.Truncate(System.String,System.Int32)"]

See Also