 | 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
Syntaxpublic static string TrimTo(
string value,
int charCount
)
Public Shared Function TrimTo (
value As String,
charCount As Integer
) As String
public:
static String^ TrimTo(
String^ value,
int charCount
)
static member TrimTo :
value : string *
charCount : int -> string
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