tryParse

Undocumented in source. Be warned that the author may not have intended to support it.
  1. bool tryParse(char[] data, T x)
    bool
    tryParse
    (
    T
    )
    (
    ref char[] data
    ,
    out T x
    )
    if (
    isIntegral!T
    )
  2. bool tryParse(char[] data, T x)

Meta