Table of Contents

Class TextUtils

Namespace
Xarial.XToolkit
Assembly
BlueByte.SOLIDWORKS.PDMProfessional.SDK.dll

Provides utilities working with text

public static class TextUtils
Inheritance
TextUtils
Inherited Members

Methods

MatchesAnyFilter(string, bool, params string[])

Checks if the specified text matches any of the provided filters

public static bool MatchesAnyFilter(string text, bool ignoreCase, params string[] filters)

Parameters

text string

Text to match

ignoreCase bool

Ignore the case

filters string[]

Filters

Returns

bool

True if any of the fitler match the text

Remarks

This method supports wildcards *. If no filters specified this method returns true

MatchesAnyFilter(string, params string[])

public static bool MatchesAnyFilter(string text, params string[] filters)

Parameters

text string
filters string[]

Returns

bool