StringExtensions AddConvertTypeCreation Method Delta Engine Documentation

Namespace: DeltaEngine.Extensions
Assembly: DeltaEngine (in DeltaEngine.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public static void AddConvertTypeCreation(
	Type typeToConvert,
	Func<string, Object> conversion
)

Parameters

typeToConvert
Type: System Type
conversion
Type: System Func String, Object 
See Also