OracleString Constructor(String,Boolean)
Initializes a new instance of the
OracleString structure, setting the
Value property to the specified string.
'Declaration
Public Function New( _
ByVal As String, _
ByVal As Boolean _
)
Parameters
- value
- The specified string.
- isCaseIgnored
- Specifies if case is ignored in comparisons.