object Parse( string s )
'Declaration Function Parse( _ ByVal s As String _ ) As Object
'Declaration
Function Parse( _ ByVal s As String _ ) As Object
'Usage Dim instance As IFormatter Dim s As String Dim value As Object value = instance.Parse(s)
'Usage
Dim instance As IFormatter Dim s As String Dim value As Object value = instance.Parse(s)
IFormatter Interface IFormatter Members