Replaces the format items in a specified string with the string representations of corresponding objects in a specified dictionary.
Namespace: NReco.DataAssembly: NReco.Data (in NReco.Data.dll) Version: 1.0.2
public string FormatTemplate(
IDictionary<string, Object> props
)
public string FormatTemplate(
IDictionary<string, Object> props
)
Public Function FormatTemplate (
props As IDictionary(Of String, Object)
) As String
Public Function FormatTemplate (
props As IDictionary(Of String, Object)
) As String
public:
String^ FormatTemplate(
IDictionary<String^, Object^>^ props
)
public:
String^ FormatTemplate(
IDictionary<String^, Object^>^ props
)
member FormatTemplate :
props : IDictionary<string, Object> -> string
member FormatTemplate :
props : IDictionary<string, Object> -> string
Return Value
Type:
String