Package hw
Class Conversion
static String intArrToString(int[] intArr)
static String intArrToString(int[] intArr, int offset)
Throws:
_INSERT_METHOD_SIGNATURE_HERE_
Description:
intArrToString(int[] intArr) method:
Parameter | Description |
---|---|
intArr | integer array that sould be converted to a string |
The parameter intArr is an array of integer values that should representing a string.
Returns | Description |
---|---|
String | a new created string |
intArrToString(int[] intArr, int offset) method:
Parameter | Description |
---|---|
intArr | integer array that sould be converted to a string |
offset | offest in the specified integer array |
The parameter intArr is an array of integer values that should representing a string. The offset parameter specifies the offset in the integer array with the result that the returned string starts at that position.
Returns | Description |
---|---|
String | a new created string |
Copyright © demmel products gmbh. All rights reserved.