ErlAtom ToString Method NFX Class Library

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

Get the printname of the atom represented by this object. The difference between this method and {link #atomValue atomValue()} is that the printname is quoted and escaped where necessary, according to the Erlang rules for atom naming

Namespace: NFX.Erlang
Assembly: NFX.Erlang (in NFX.Erlang.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public override string ToString()

Return Value

Type: OnlineString
See Also