AsciiBridgeTruncate(String, Int32) Method

Truncate string to length, though only if delimiter is not defined

Definition

Namespace: DHI.Mike1D.ResultDataAccess
Assembly: DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
protected string Truncate(
	string str,
	int length
)

Parameters

str  String

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

length  Int32

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

Return Value

String

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

See Also