Click or drag to resize
VPUtilities.DictionaryValuesToURLs Method

Namespace: Veeplay.utillities
Assembly: Veeplay (in Veeplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static Dictionary<string, List<string>> DictionaryValuesToURLs(
	Dictionary<string, Object> values
)

Parameters

values
Type: System.Collections.Generic.Dictionary<String, Object>

Return Value

Type: Dictionary<String, List<String>>
See Also