Summary
Utility methods for
Animancer.IConvertable`1.- Assembly
- Animancer
.dll - Namespace
- Animancer
- Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["ConvertableUtilities"]
class Type type-node
Syntax
public static class ConvertableUtilities
Methods
| Name | Value | Summary |
|---|---|---|
| ConvertOrDefault |
T |
Tries to convert the `original` to T.
static
|
| ConvertOrThrow |
T |
Tries to convert the `original` to T.
static
|
| TryConvert |
bool |
Tries to convert the `original` to T.
static
|