StringTemplate FormatTemplate Method (Func String, StringTemplate TokenResult )NReco.Data Class Library Documentation
Replaces the format items in a specified string with the string representations of corresponding objects returned by value handler.

Namespace: NReco.Data
Assembly: NReco.Data (in NReco.Data.dll) Version: 1.0.2
Syntax

public string FormatTemplate(
	Func<string, StringTemplate&#160;TokenResult> valueHandler
)

Parameters

valueHandler
Type: System Func String, StringTemplate TokenResult 

Return Value

Type: String
See Also