'Declaration Public Function New( _ ByVal value As String, _ ByVal isCaseIgnored As Boolean _ )
public OracleString( string value, bool isCaseIgnored )
Parameters
- value
- The specified string.
- isCaseIgnored
- Specifies if case is ignored in comparisons.
'Declaration Public Function New( _ ByVal value As String, _ ByVal isCaseIgnored As Boolean _ )
public OracleString( string value, bool isCaseIgnored )