Share via


ITextSearchStringMapper.MapFromResultToString(Object) Method

Definition

Map from an Object which represents a result value associated with a ITextSearch implementation to a a String instance.

public string MapFromResultToString(object result);
abstract member MapFromResultToString : obj -> string
Public Function MapFromResultToString (result As Object) As String

Parameters

result
Object

The result value to map.

Returns

A string value.

Applies to