ErlObject ToErlObject Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Overload List

  NameDescription
Public methodStatic memberToErlObject(Object)
Try to convert .NET native object type to corresponding Erlang term. Throw exception if conversion is not possible
Public methodStatic memberToErlObject(String,  Object )
String extension method to parse a string into an Erlang term
Public methodStatic memberToErlObject(Object, ErlTypeOrder, Boolean)
Try to convert .NET native object type to corresponding Erlang term of given type. Throw exception if conversion is not possible
Back to Top
See Also