The OpenD Programming Language

to

Converts any given value to a string. The format of the string is unspecified; it is meant for a human reader and might be overridden by types.

  1. T to(const(char)[] str)
  2. string to(From value)
    string
    to
    (
    T : string
    From
    )
    (
    From value
    )

Meta