Table of Contents

Method GetTrimTextRulesChars

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

GetTrimTextRulesChars(TrimTextRules)

Gets an array of characters that can be passed to Trim(params char[]) function from the specified TrimTextRules parameter.

public static char[] GetTrimTextRulesChars(TrimTextRules rules)

Parameters

rules TrimTextRules

Rules for text trimming.

Returns

char[]