ObjectCollection Conversion (ObjectCollection to Int32)
Cast the Object Collection instance to an Integer Array.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public static implicit operator int[] (
ObjectCollection value
)
Public Shared Widening Operator CType (
value As ObjectCollection
) As Integer()
No code example is currently available or this language may not be supported.
- value ObjectCollection
-
The Value to cast.
Int32
Converted Value.