'Declaration <DebuggerNonUserCodeAttribute()> <DebuggerStepThroughAttribute()> Public Sub SetFieldRegularExpression( _ ByVal field As FieldType, _ ByVal regularExpression As String _ )
'Usage Dim instance As Reader Dim field As FieldType Dim regularExpression As String instance.SetFieldRegularExpression(field, regularExpression)
[DebuggerNonUserCode()] [DebuggerStepThrough()] public void SetFieldRegularExpression( FieldType field, string regularExpression )
[DebuggerNonUserCode()] [DebuggerStepThrough()] public: void SetFieldRegularExpression( FieldType field, string* regularExpression )
[DebuggerNonUserCode()] [DebuggerStepThrough()] public: void SetFieldRegularExpression( FieldType field, String^ regularExpression )
Parameters
- field
- Field type to associate the regular expression to
- regularExpression
- Regular expression string