Starts from the current index reading thru any CFWS and returns the ending index of that CFWS
Namespace: Ipswitch.Messaging.Framework.Mail
Assembly: Ipswitch.Messaging.Framework (in Ipswitch.Messaging.Framework.dll) Version: 1.0.0.0
Syntax
Parameters
- text
- Type: System.String
chunk of text to parse - currentIndex
- Type: System.Int32
Current index of the string
Return Value
Type: Int32[Missing <returns> documentation for "M:Ipswitch.Messaging.Framework.Mail.WhiteSpaceParser.ReadCfws(System.String,System.Int32)"]
See Also