C1.iOS.Core Assembly / C1.iOS.Core Namespace / C1ToggleButton Class / ToString Method


In This Topic
ToString Method (C1ToggleButton)
In This Topic
Syntax
'Declaration
 
Public Overridable Function ToString() As String
 
'Usage
 
Dim instance As C1ToggleButton
Dim value As String
 
value = instance.ToString()
See Also