Performs nothrow and @nogc string to native type conversion.
true if success and false otherwise.
int value; assert("123".fromString(value) && value == 123);
See Implementation
Performs nothrow and @nogc string to native type conversion.