[This is preliminary documentation and is subject to change.]
Overload List
| Name | Description | |
|---|---|---|
| ToErlObject(Object) |
Try to convert .NET native object type to corresponding Erlang term.
Throw exception if conversion is not possible
| |
| ToErlObject(String, Object ) |
String extension method to parse a string into an Erlang term
| |
| ToErlObject(Object, ErlTypeOrder, Boolean) |
Try to convert .NET native object type to corresponding Erlang term of given type.
Throw exception if conversion is not possible
|
See Also