DictionaryExtensionsFormatFromDictionary Method

Scanjour Workflow4 Reference Manual

[Missing <summary> documentation for "M:Scanjour.Workflow4.CaseActivityHost.Extensions.DictionaryExtensions.FormatFromDictionary(System.Object,System.String)"]

Namespace:  Scanjour.Workflow4.CaseActivityHost.Extensions
Assembly:  Scanjour.Workflow4.CaseActivityHost (in Scanjour.Workflow4.CaseActivityHost.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax

public static Object FormatFromDictionary(
	this Object obj,
	string extract
)

Parameters

obj
Type: SystemObject

[Missing <param name="obj"/> documentation for "M:Scanjour.Workflow4.CaseActivityHost.Extensions.DictionaryExtensions.FormatFromDictionary(System.Object,System.String)"]

extract
Type: SystemString

[Missing <param name="extract"/> documentation for "M:Scanjour.Workflow4.CaseActivityHost.Extensions.DictionaryExtensions.FormatFromDictionary(System.Object,System.String)"]

Return Value

Type: Object

[Missing <returns> documentation for "M:Scanjour.Workflow4.CaseActivityHost.Extensions.DictionaryExtensions.FormatFromDictionary(System.Object,System.String)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Object. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also

Reference