StringsExtensions Class
Strings collection extensions.
Namespace: MFiles.VAF.CommonAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
public static class StringsExtensions
- Inheritance
- Object StringsExtensions
AddRangeUnique
|
Adds the passed collection to the base collection, enforcing uniqueness.
|
Contains
|
Determines if the passed match string exists in the Strings collection.
|
FirstIndexOf
|
Find the first index of the passed string to match.
|
Remove
|
Removes a the first instance of a string from a Strings collection.
|
TryRemove
|
Attempts to remove a the first instance of a string from a Strings collection.
|