Neokernel API

Agent.ToString Method

Returns the string representation of this agent using the format <agent_id>_<name> taken from this agent's Props the first time this method is called, and cached for future calls. This format follows the standard naming conventions for agent Props files and allows the agent's output to be formatted in a manner consistent with these files.

public override string ToString();

Implements

AgentInterface.ToString

See Also

Agent Class | com.neokernel.nk Namespace