'Usage Dim instance As CurrencyFormatter Dim s As String Dim value As Object value = instance.Parse(s)
Parameters
- s
- String to parse
Return Value
Object containing the currency value
'Usage Dim instance As CurrencyFormatter Dim s As String Dim value As Object value = instance.Parse(s)