Click or drag to resize

UtilTrimString Method

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

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

Parameters

str
Type: SystemString

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

c
Type: SystemString

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

Return Value

Type: String

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

See Also