NDepend.API Documentation
ExtensionMethodsString Class Members
Methods 


NDepend.Helpers Namespace : ExtensionMethodsString Class

The following tables list the members exposed by ExtensionMethodsString.

Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)Aggregate string in this seq, with the string separator between each strings.  
Public Methodstatic (Shared in Visual Basic)Overloaded. Gets a value indicating whether this string contains any case sensitive of the strings specified.  
Public Methodstatic (Shared in Visual Basic)Overloaded. Gets a value indicating whether this string ends with case sensitive any of the strings specified.  
Public Methodstatic (Shared in Visual Basic)Overloaded. Gets a value indicating whether this string is equal case sensitive to any of the strings specified.  
Public Methodstatic (Shared in Visual Basic)Return word with first char as upper case.  
Public Methodstatic (Shared in Visual Basic) Get a 4 bytes string hash code, case-sensitive.  
Public Methodstatic (Shared in Visual Basic) Get a 8 bytes string hash code, case-sensitive.  
Public Methodstatic (Shared in Visual Basic)If str is null, returns the string "null".
If str is empty, returns the string "empty".
Else return str.  
Public Methodstatic (Shared in Visual Basic)Get the words in a code identifier.  
Public Methodstatic (Shared in Visual Basic)Returns true if str is a null reference or an empty string.  
Public Methodstatic (Shared in Visual Basic)Overloaded. Gets a value indicating whether this string starts with case sensitive any of the strings specified.  
Top
Extension Methods
 NameDescription
Public Extension MethodOverloaded. Gets an enumerable object that contains first element and then elements of elements, in this order.
Public Extension MethodOverloaded. Returns true if this item equals item1 or item2.
Public Extension MethodReturns the newer version of this codeElement object. This method can only be called in a ICQLinqExecutionContext, otherwise the method NDepend.CodeModel.ICompareContext.NDepend.CodeModel.ICompareContext.NewerVersion<T> must be called instead.
Public Extension MethodReturns the older version of this codeElement object. This method can only be called in a ICQLinqExecutionContext, otherwise the method NDepend.CodeModel.ICompareContext.NDepend.CodeModel.ICompareContext.OlderVersion<T> must be called instead.
Public Extension MethodGets an enumerable object that contains only the single element element.
Public Extension MethodIf obj is a numeric primitive type, returns its value converted as double. else returns null.
Top
See Also

Reference

ExtensionMethodsString Class
NDepend.Helpers Namespace