Click or drag to resize

SystemExtensions Class

Extension methods for classes of the System namespace.
Inheritance Hierarchy
SystemObject
  Slash.Unity.DataBind.Core.UtilsSystemExtensions

Namespace:  Slash.Unity.DataBind.Core.Utils
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public static class SystemExtensions

The SystemExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCloneT
Perform a deep Copy of the object. Reference Article http://www.codeproject.com/KB/tips/SerializedObjectCloner.aspx Provides a method for performing a deep copy of an object. Binary Serialization is used to perform the copy.
Public methodStatic memberFirstLetterToUpper
Returns the specified string, converting the first letter to upper case.
Public methodStatic memberFullNameWithoutAssemblyInfo
Returns the full name of the specified type without any assembly version info. The reason why this method is needed is that a generic type's FullName contains the full AssemblyQualifiedName of its item type.
Public methodStatic memberIsBetweenT
Checks if the specified value is between the specified lower and higher bound (exclusive).
Public methodStatic memberRemoveAssemblyInfo
Removes all assembly info from the specified type name.
Public methodStatic memberSplitByCapitalLetters
Splits the string, inserting spaces before each capital letter except the first one.
Top
See Also