'Usage Dim instance As IFormatter Dim format As String Dim value As Boolean value = instance.Parse(format)
Parameters
- format
- A System.String value indicates the format string.
Return Value
true
if the format string is in valid syntax, false
otherwise.