Click or drag to resize

ConverterCollectionsConvertArray Method

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Overload List
  NameDescription
Public methodStatic memberConvertArray(Object, IConverter)
Convert the contents of the passed array.
Public methodStatic memberConvertArray(Object, IConverter, Object)
Convert the contents of the passed source array into an array with the element type of the passed destination array, using the destination array itself if it is large enough, and placing a null in the first unused element of the destination array if it is larger than the source array.
Top
See Also