'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)
object Parse( string s )
IFormatter Interface IFormatter Members