Show / Hide Table of Contents

Class StringExtensions

A class that contains extension methods for the string class.

Inheritance
object
StringExtensions
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Phoenix.Aruba
Assembly: Phoenix.Plugin.Aruba.dll
Syntax
public static class StringExtensions

Methods

View Source

NameConflictsWithExistingData(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.

  • View Source
In this article
Back to top Generated by DocFX