Convert.to

Converts the specified representation into its integer or floating-point value.

  1. T to(string value)
  2. T to(string value)
    class Convert
    static
    T
    to
    (
    T
    )
    (
    string value
    )
    if (
    (
    isIntegral!T &&
    !is(T == enum)
    )
    ||
    isFloatingPoint!T
    )
  3. T to(string value)
  4. T to(string value)
  5. T to(string value)
  6. T to(string value)
  7. T to(string value)
  8. T to(string value)

Throws

XmlException on validity violation.

Meta