Convert.toPositive

Converts the specified representation into its positive integer value.

class Convert
static
T
toPositive
(
T
)
(
string value
)
if (
isIntegral!T
)

Throws

XmlException on validity violation.

Meta