R
Ronald S. Cook
I want to pass a string to a function:
Function IsGuid(ByVal value As String) As Boolean
....
End Function
Can anyone tell me what goes in the function?
What about:
Function IsBoolean(ByVal value As String) As Boolean
....
End Function
Thanks for any help.
Function IsGuid(ByVal value As String) As Boolean
....
End Function
Can anyone tell me what goes in the function?
What about:
Function IsBoolean(ByVal value As String) As Boolean
....
End Function
Thanks for any help.