Lucene.Net 1.9.1 Class Library

Field.StringValue Method 

The value of the field as a String, or null. If null, the Reader value or binary value is used. Exactly one of stringValue(), readerValue(), and binaryValue() must be set.

public string StringValue();

See Also

Field Class | Lucene.Net.Documents Namespace