NameCollection Conversion (NameCollection to String)
Cast the Name Collection to a String Array.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public static implicit operator string[] (
NameCollection value
)
Public Shared Widening Operator CType (
value As NameCollection
) As String()
No code example is currently available or this language may not be supported.
- value NameCollection
-
The Name Collection to convert to a String Array.
String
String Array containing Name Collection names.