StringTemplate FormatTemplate Method (IDictionary String, Object )NReco.Data Class Library Documentation
Replaces the format items in a specified string with the string representations of corresponding objects in a specified dictionary.

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

public string FormatTemplate(
	IDictionary<string, Object> props
)

Parameters

props
Type: System.Collections.Generic IDictionary String, Object 

Return Value

Type: String
See Also