bool Parse( string format )
'Declaration Function Parse( _ ByVal format As String _ ) As Boolean
'Declaration
Function Parse( _ ByVal format As String _ ) As Boolean
'Usage Dim instance As IFormatter Dim format As String Dim value As Boolean value = instance.Parse(format)
'Usage
Dim instance As IFormatter Dim format As String Dim value As Boolean value = instance.Parse(format)
true
false
IFormatter Interface IFormatter Members