C1.Win.C1Input.4.8 Assembly / C1.Win.C1Input Namespace / ParseInfo Class / IsTextDbNull Method
The string to parse.
Culture used in parsing.

In This Topic
IsTextDbNull Method
In This Topic
Returns True if the argument represents a null value (DBNull).
Syntax
'Declaration
 
Public Function IsTextDbNull( _
   ByVal text As String, _
   ByVal culture As CultureInfo _
) As Boolean
 

Parameters

text
The string to parse.
culture
Culture used in parsing.
See Also