'Declaration <DebuggerStepThroughAttribute()> <DebuggerNonUserCodeAttribute()> Public Function GetFieldRegularExpression( _ ByVal field As FieldType _ ) As String
'Usage Dim instance As Reader Dim field As FieldType Dim value As String value = instance.GetFieldRegularExpression(field)
[DebuggerStepThrough()] [DebuggerNonUserCode()] public string GetFieldRegularExpression( FieldType field )
[DebuggerStepThrough()] [DebuggerNonUserCode()] public: string* GetFieldRegularExpression( FieldType field )
[DebuggerStepThrough()] [DebuggerNonUserCode()] public: String^ GetFieldRegularExpression( FieldType field )
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.