Share via


AttributeValue Implicit Conversion (Tuple<Tuple<String, Int32>, Tuple<String, Int32>, Boolean> to AttributeValue)

Creates an attribute value from the specified tuple object.

Namespace:  System.Web.WebPages
Assembly:  System.Web.WebPages (in System.Web.WebPages.dll)

Syntax

'Declaration
Public Shared Widening Operator CType ( _
    value As Tuple(Of Tuple(Of String, Integer), Tuple(Of String, Integer), Boolean) _
) As AttributeValue
'Usage
Dim input As Tuple(Of Tuple(Of String, Integer), Tuple(Of String, Integer), Boolean)
Dim output As AttributeValue 

output = CType(input, AttributeValue)
public static implicit operator AttributeValue (
    Tuple<Tuple<string, int>, Tuple<string, int>, bool> value
)
static implicit operator AttributeValue^ (
    Tuple<Tuple<String^, int>^, Tuple<String^, int>^, bool>^ value
)
JScript supports the use of custom casts, but not the declaration of new ones.

Parameters

Return Value

Type: System.Web.WebPages.AttributeValue
The created attribute value.

See Also

Reference

AttributeValue Class

Implicit Overload

System.Web.WebPages Namespace