'Declaration Public Function Parse( _ ByVal text As String _ ) As Object
'Usage Dim instance As AutoFormatter Dim text As String Dim value As Object value = instance.Parse(text)
public object Parse( string text )
AutoFormatter Class AutoFormatter Members