'Declaration <System.Diagnostics.DebuggerNonUserCodeAttribute()> <System.Diagnostics.DebuggerStepThroughAttribute()> Public Function GetFieldRegularExpression( _ ByVal field As FieldType _ ) As System.String
'Usage Dim instance As Reader Dim field As FieldType Dim value As System.String value = instance.GetFieldRegularExpression(field)
[System.Diagnostics.DebuggerNonUserCode()] [System.Diagnostics.DebuggerStepThrough()] public System.string GetFieldRegularExpression( FieldType field )
System.Diagnostics.DebuggerNonUserCodeAttribute() System.Diagnostics.DebuggerStepThroughAttribute() public function GetFieldRegularExpression( field : FieldType ) : System.String;
Parameters
- field
- Specify the field type to get associated regualar expression value
Return Value
The current regular expression string associated with the given field
type.
