Generic integer to string converter.
Converts 4-byte integer to allocatable string of length > 0.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=i4), | intent(in) | :: | value | Value. | 
String of value.
Converts 8-byte integer to allocatable string of length > 0.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=i8), | intent(in) | :: | value | Value. | 
String of value.