protected virtual bool MatchStringToMonthName( string szText, out int iRetMonth, out int iRetMonthNameLen, out bool longName )
'Declaration Protected Overridable Function MatchStringToMonthName( _ ByVal szText As String, _ ByRef iRetMonth As Integer, _ ByRef iRetMonthNameLen As Integer, _ ByRef longName As Boolean _ ) As Boolean
'Declaration
Protected Overridable Function MatchStringToMonthName( _ ByVal szText As String, _ ByRef iRetMonth As Integer, _ ByRef iRetMonthNameLen As Integer, _ ByRef longName As Boolean _ ) As Boolean
'Usage Dim instance As GeneralFormatter Dim szText As String Dim iRetMonth As Integer Dim iRetMonthNameLen As Integer Dim longName As Boolean Dim value As Boolean value = instance.MatchStringToMonthName(szText, iRetMonth, iRetMonthNameLen, longName)
'Usage
Dim instance As GeneralFormatter Dim szText As String Dim iRetMonth As Integer Dim iRetMonthNameLen As Integer Dim longName As Boolean Dim value As Boolean value = instance.MatchStringToMonthName(szText, iRetMonth, iRetMonthNameLen, longName)
GeneralFormatter Class GeneralFormatter Members