ExtensionsCastOrDefault Method |
| Name | Description | |
|---|---|---|
| CastOrDefaultT(Object) |
Attempts to cast an object to a given type, and returning a compiler default value if not successful
| |
| CastOrDefaultT(Object, T) |
Attempts to cast an object to a given type, and returning a default value if not successful
|