Arrays tostring method java

Содержание
  1. Arrays. To String Method
  2. Overloads
  3. ToString(Int64[])
  4. Parameters
  5. Returns
  6. Remarks
  7. Applies to
  8. ToString(Object[])
  9. Parameters
  10. Returns
  11. Remarks
  12. Applies to
  13. ToString(Boolean[])
  14. Parameters
  15. Returns
  16. Remarks
  17. Applies to
  18. ToString(Byte[])
  19. Parameters
  20. Returns
  21. Remarks
  22. Applies to
  23. ToString(Char[])
  24. Parameters
  25. Returns
  26. Remarks
  27. Applies to
  28. ToString(Double[])
  29. Parameters
  30. Returns
  31. Remarks
  32. Applies to
  33. ToString(Int16[])
  34. Parameters
  35. Returns
  36. Remarks
  37. Applies to
  38. ToString(Int32[])
  39. Parameters
  40. Returns
  41. Remarks
  42. Applies to
  43. ToString(Single[])
  44. Parameters
  45. Returns
  46. Remarks
  47. Arrays. To String Метод
  48. Перегрузки
  49. ToString(Int64[])
  50. Параметры
  51. Возвращаемое значение
  52. Комментарии
  53. Применяется к
  54. ToString(Object[])
  55. Параметры
  56. Возвращаемое значение
  57. Комментарии
  58. Применяется к
  59. ToString(Boolean[])
  60. Параметры
  61. Возвращаемое значение
  62. Комментарии
  63. Применяется к
  64. ToString(Byte[])
  65. Параметры
  66. Возвращаемое значение
  67. Комментарии
  68. Применяется к
  69. ToString(Char[])
  70. Параметры
  71. Возвращаемое значение
  72. Комментарии
  73. Применяется к
  74. ToString(Double[])
  75. Параметры
  76. Возвращаемое значение
  77. Комментарии
  78. Применяется к
  79. ToString(Int16[])
  80. Параметры
  81. Возвращаемое значение
  82. Комментарии
  83. Применяется к
  84. ToString(Int32[])
  85. Параметры
  86. Возвращаемое значение
  87. Комментарии
  88. Применяется к
  89. ToString(Single[])
  90. Параметры
  91. Возвращаемое значение
  92. Комментарии

Arrays. To String Method

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Overloads

Returns a string representation of the contents of the specified array.

Returns a string representation of the contents of the specified array.

Returns a string representation of the contents of the specified array.

Returns a string representation of the contents of the specified array.

Returns a string representation of the contents of the specified array.

Returns a string representation of the contents of the specified array.

Returns a string representation of the contents of the specified array.

Returns a string representation of the contents of the specified array.

Returns a string representation of the contents of the specified array.

ToString(Int64[])

Returns a string representation of the contents of the specified array.

[Android.Runtime.Register("toString", "([J)Ljava/lang/String;", "")] public static string ToString (long[]? a);
[] static member ToString : int64[] -> string

Parameters

the array whose string representation to return

Returns

a string representation of a

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

ToString(Object[])

Returns a string representation of the contents of the specified array.

[Android.Runtime.Register("toString", "([Ljava/lang/Object;)Ljava/lang/String;", "")] public static string ToString (Java.Lang.Object[]? a);
[] static member ToString : Java.Lang.Object[] -> string

Parameters

the array whose string representation to return

Returns

a string representation of a

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

ToString(Boolean[])

Returns a string representation of the contents of the specified array.

[Android.Runtime.Register("toString", "([Z)Ljava/lang/String;", "")] public static string ToString (bool[]? a);
[] static member ToString : bool[] -> string

Parameters

the array whose string representation to return

Returns

a string representation of a

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

ToString(Byte[])

Returns a string representation of the contents of the specified array.

[Android.Runtime.Register("toString", "([B)Ljava/lang/String;", "")] public static string ToString (byte[]? a);
[] static member ToString : byte[] -> string

Parameters

the array whose string representation to return

Returns

a string representation of a

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

ToString(Char[])

Returns a string representation of the contents of the specified array.

[Android.Runtime.Register("toString", "([C)Ljava/lang/String;", "")] public static string ToString (char[]? a);
[] static member ToString : char[] -> string

Parameters

the array whose string representation to return

Returns

a string representation of a

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

ToString(Double[])

Returns a string representation of the contents of the specified array.

[Android.Runtime.Register("toString", "([D)Ljava/lang/String;", "")] public static string ToString (double[]? a);
[] static member ToString : double[] -> string

Parameters

the array whose string representation to return

Returns

a string representation of a

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

ToString(Int16[])

Returns a string representation of the contents of the specified array.

[Android.Runtime.Register("toString", "([S)Ljava/lang/String;", "")] public static string ToString (short[]? a);
[] static member ToString : int16[] -> string

Parameters

the array whose string representation to return

Returns

a string representation of a

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

ToString(Int32[])

Returns a string representation of the contents of the specified array.

[Android.Runtime.Register("toString", "([I)Ljava/lang/String;", "")] public static string ToString (int[]? a);
[] static member ToString : int[] -> string

Parameters

the array whose string representation to return

Returns

a string representation of a

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

ToString(Single[])

Returns a string representation of the contents of the specified array.

[Android.Runtime.Register("toString", "([F)Ljava/lang/String;", "")] public static string ToString (float[]? a);
[] static member ToString : single[] -> string

Parameters

the array whose string representation to return

Returns

a string representation of a

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Источник

Arrays. To String Метод

Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.

Перегрузки

Возвращает строковое представление содержимого указанного массива.

Возвращает строковое представление содержимого указанного массива.

Возвращает строковое представление содержимого указанного массива.

Возвращает строковое представление содержимого указанного массива.

Возвращает строковое представление содержимого указанного массива.

Возвращает строковое представление содержимого указанного массива.

Возвращает строковое представление содержимого указанного массива.

Возвращает строковое представление содержимого указанного массива.

Возвращает строковое представление содержимого указанного массива.

ToString(Int64[])

Возвращает строковое представление содержимого указанного массива.

[Android.Runtime.Register("toString", "([J)Ljava/lang/String;", "")] public static string ToString (long[]? a);
[] static member ToString : int64[] -> string

Параметры

массив, строковое представление которого возвращается

Возвращаемое значение

строковое представление a

Комментарии

Части этой страницы являются изменениями, основанными на работе, созданной и совместно используемой проектом Android и используемой в соответствии с условиями, Creative Commons 2.5 Attribution License.

Применяется к

ToString(Object[])

Возвращает строковое представление содержимого указанного массива.

[Android.Runtime.Register("toString", "([Ljava/lang/Object;)Ljava/lang/String;", "")] public static string ToString (Java.Lang.Object[]? a);
[] static member ToString : Java.Lang.Object[] -> string

Параметры

массив, строковое представление которого возвращается

Возвращаемое значение

строковое представление a

Комментарии

Части этой страницы являются изменениями, основанными на работе, созданной и совместно используемой проектом Android и используемой в соответствии с условиями, Creative Commons 2.5 Attribution License.

Применяется к

ToString(Boolean[])

Возвращает строковое представление содержимого указанного массива.

[Android.Runtime.Register("toString", "([Z)Ljava/lang/String;", "")] public static string ToString (bool[]? a);
[] static member ToString : bool[] -> string

Параметры

массив, строковое представление которого возвращается

Возвращаемое значение

строковое представление a

Комментарии

Части этой страницы являются изменениями, основанными на работе, созданной и совместно используемой проектом Android и используемой в соответствии с условиями, Creative Commons 2.5 Attribution License.

Применяется к

ToString(Byte[])

Возвращает строковое представление содержимого указанного массива.

[Android.Runtime.Register("toString", "([B)Ljava/lang/String;", "")] public static string ToString (byte[]? a);
[] static member ToString : byte[] -> string

Параметры

массив, строковое представление которого возвращается

Возвращаемое значение

строковое представление a

Комментарии

Части этой страницы являются изменениями, основанными на работе, созданной и совместно используемой проектом Android и используемой в соответствии с условиями, Creative Commons 2.5 Attribution License.

Применяется к

ToString(Char[])

Возвращает строковое представление содержимого указанного массива.

[Android.Runtime.Register("toString", "([C)Ljava/lang/String;", "")] public static string ToString (char[]? a);
[] static member ToString : char[] -> string

Параметры

массив, строковое представление которого возвращается

Возвращаемое значение

строковое представление a

Комментарии

Части этой страницы являются изменениями, основанными на работе, созданной и совместно используемой проектом Android и используемой в соответствии с условиями, Creative Commons 2.5 Attribution License.

Применяется к

ToString(Double[])

Возвращает строковое представление содержимого указанного массива.

[Android.Runtime.Register("toString", "([D)Ljava/lang/String;", "")] public static string ToString (double[]? a);
[] static member ToString : double[] -> string

Параметры

массив, строковое представление которого возвращается

Возвращаемое значение

строковое представление a

Комментарии

Части этой страницы являются изменениями, основанными на работе, созданной и совместно используемой проектом Android и используемой в соответствии с условиями, Creative Commons 2.5 Attribution License.

Применяется к

ToString(Int16[])

Возвращает строковое представление содержимого указанного массива.

[Android.Runtime.Register("toString", "([S)Ljava/lang/String;", "")] public static string ToString (short[]? a);
[] static member ToString : int16[] -> string

Параметры

массив, строковое представление которого возвращается

Возвращаемое значение

строковое представление a

Комментарии

Части этой страницы являются изменениями, основанными на работе, созданной и совместно используемой проектом Android и используемой в соответствии с условиями, Creative Commons 2.5 Attribution License.

Применяется к

ToString(Int32[])

Возвращает строковое представление содержимого указанного массива.

[Android.Runtime.Register("toString", "([I)Ljava/lang/String;", "")] public static string ToString (int[]? a);
[] static member ToString : int[] -> string

Параметры

массив, строковое представление которого возвращается

Возвращаемое значение

строковое представление a

Комментарии

Части этой страницы являются изменениями, основанными на работе, созданной и совместно используемой проектом Android и используемой в соответствии с условиями, Creative Commons 2.5 Attribution License.

Применяется к

ToString(Single[])

Возвращает строковое представление содержимого указанного массива.

[Android.Runtime.Register("toString", "([F)Ljava/lang/String;", "")] public static string ToString (float[]? a);
[] static member ToString : single[] -> string

Параметры

массив, строковое представление которого возвращается

Возвращаемое значение

строковое представление a

Комментарии

Части этой страницы являются изменениями, основанными на работе, созданной и совместно используемой проектом Android и используемой в соответствии с условиями, Creative Commons 2.5 Attribution License.

Источник

Читайте также:  Java final static naming
Оцените статью