True if the value of the field is stored as binary

Namespace: Lucene.Net.Documents
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1

Syntax

C#
bool IsBinary()
Visual Basic
Function IsBinary As Boolean
Visual C++
bool IsBinary()

Return Value

[Missing <returns> documentation for "M:Lucene.Net.Documents.Fieldable.IsBinary"]

See Also