Click or drag to resize

StringUtilsTrimTo Method

Trims a string to a specific number of max characters

Namespace:  Koden.Utils
Assembly:  Koden.Utils (in Koden.Utils.dll) Version: 1.1.6453.26060
Syntax
public static string TrimTo(
	string value,
	int charCount
)

Parameters

value
Type: SystemString

[Missing <param name="value"/> documentation for "M:Koden.Utils.StringUtils.TrimTo(System.String,System.Int32)"]

charCount
Type: SystemInt32

[Missing <param name="charCount"/> documentation for "M:Koden.Utils.StringUtils.TrimTo(System.String,System.Int32)"]

Return Value

Type: String

[Missing <returns> documentation for "M:Koden.Utils.StringUtils.TrimTo(System.String,System.Int32)"]

See Also