Converts a string to a 32-bit integer.
Converts a string to a 32-bit integer.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | x |
The string to convert. |
The resulting integer.
Converts a string to a 32-bit integer.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(string), | intent(in) | :: | x |
The string to convert. |
The resulting integer.