Name | Description | |
---|---|---|
FalseBox | The boxed false value | |
TrueBox | The boxed true value |
The following tables list the members exposed by NSystem.
Name | Description | |
---|---|---|
ChangeMask | ||
CreateCultureInfoFromName | Creates a culture info from name. If a culture info with the given name does not exist or cannot be created, the culture used by the current thread is returned. | |
FormatNullable<T> | Safely formats a nullable value. | |
GetAssemblyName | Gets the assembly name object of the given assembly. | |
GetBuildDate | Overloaded. Gets the build date of the "Nevron.Nov.Presentation" assembly. | |
NullEquals | Returns true if both objects are null, or non null | |
SafeDeepClone | Overloaded. Safe deep clone | |
SafeDeepEquals | Overloaded. Safely calls the DeepEquals method on obj1, by passing obj2 as argument. If both obj1 and obj2 are null, returns true. If either obj1 or obj2 is null, returns false. In all other cases returns the result of the obj1.DeepEquals(obj2) method call. | |
SafeEquals | Overloaded. Safely calls the Equals method on obj1, by passing obj2 as argument. If both obj1 and obj2 are null, returns true. If either obj1 or obj2 is null, returns false. In all other cases returns the result of the obj1.Equals(obj2) method call. | |
SafeGetHashCode | Safely gets the hash code of an object |