GridStateManagerViewStateGetBool Method (String) |
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic bool ViewStateGetBool(
string key
)
Public Function ViewStateGetBool (
key As String
) As Boolean
public:
bool ViewStateGetBool(
String^ key
)
member ViewStateGetBool :
key : string -> bool
Parameters
- key
- Type: SystemString
Return Value
Type:
Boolean
See Also