Class StringExtensions
A class that contains extension methods for the string class.
Inherited Members
Namespace: Phoenix.Aruba
Assembly: Phoenix.Plugin.Aruba.dll
Syntax
public static class StringExtensions
Methods
View SourceNameConflictsWithExistingData(string, IEnumerable<IRenameableData>)
Determines if the name conflicts with existing data.
Declaration
public static bool NameConflictsWithExistingData(this string name, IEnumerable<IRenameableData> existingData)
Parameters
Type | Name | Description |
---|---|---|
string | name | The name to check. |
IEnumerable<IRenameableData> | existingData | The existing data. |
Returns
Type | Description |
---|---|
bool | True if there's a name conflict with existing data, and false otherwise. |