![]() | SystemExtensions Class |
Namespace: Slash.Unity.DataBind.Core.Utils
The SystemExtensions type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | CloneT |
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.
|
![]() ![]() | FirstLetterToUpper |
Returns the specified string, converting the first letter to upper case.
|
![]() ![]() | FullNameWithoutAssemblyInfo |
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.
|
![]() ![]() | IsBetweenT |
Checks if the specified value is between the specified lower and higher bound (exclusive).
|
![]() ![]() | RemoveAssemblyInfo |
Removes all assembly info from the specified type name.
|
![]() ![]() | SplitByCapitalLetters |
Splits the string, inserting spaces before each capital letter except the first one.
|