'Declaration Protected Overridable Function CheckTextFormat( _
ByVal textFormatThe text format to check.As System.String _
) As Boolean
protected virtual bool CheckTextFormat(
System.String textFormat
)
protected: virtual bool CheckTextFormat(
System.String textFormat
)
protected:
virtual bool CheckTextFormat(
System.String textFormat
)
Parameters
- textFormat
- The text format to check.
Return Value
True if the text format is correct; otherwise, false.