Reads word from string. Returns null if no word is available.
Word reading begins from first char, for example if SP"text", then space is trimmed.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public string ReadWord( bool unQuote )
Public Function ReadWord ( unQuote As Boolean ) As String
public: String^ ReadWord( bool unQuote )
member ReadWord : unQuote : bool -> string
Parameters
- unQuote (Boolean)
- Specifies if quoted string word is unquoted.
Return Value
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119