[]
        
(Showing Draft Content)

FarPoint.Win.SuperEdit.GeneralFormatter.MatchStringToMonthName

MatchStringToMonthName Method

MatchStringToMonthName(string, out int, out int, out bool)

Determines if the passed string begins with one of the month names.

Declaration
protected virtual bool MatchStringToMonthName(string szText, out int iRetMonth, out int iRetMonthNameLen, out bool longName)
Protected Overridable Function MatchStringToMonthName(szText As String, ByRef iRetMonth As Integer, ByRef iRetMonthNameLen As Integer, ByRef longName As Boolean) As Boolean
Parameters
Type Name Description
string szText

Text size

int iRetMonth

Return month name

int iRetMonthNameLen

Length of return month name

bool longName

Whether month name is long name

Returns
Type Description
bool

true if is matched;otherwise false