UtilTrimString Method

Trim the string c from back and front of string str.

Definition

Namespace: DHI.Mike1D.Generic
Assembly: DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public static string TrimString(
	string str,
	string c
)

Parameters

str  String

[Missing <param name="str"/> documentation for "M:DHI.Mike1D.Generic.Util.TrimString(System.String,System.String)"]

c  String

[Missing <param name="c"/> documentation for "M:DHI.Mike1D.Generic.Util.TrimString(System.String,System.String)"]

Return Value

String

[Missing <returns> documentation for "M:DHI.Mike1D.Generic.Util.TrimString(System.String,System.String)"]

See Also