'Declaration Public Function Parse( _ ByVal text As System.String _ ) As System.Object
'Usage Dim instance As AutoFormatter Dim text As System.String Dim value As System.Object value = instance.Parse(text)
public System.object Parse( System.string text )
Parameters
- text
- The text.