Converting a String to an integer: I : Integer := Integer'Value("613"); Converting an Integer to a string: S : String := Integer'Image(613);