VPUtilitieslistValuesToURLs Method |
Namespace: Veeplay.utillitiesAssembly: Veeplay (in Veeplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static List<string> listValuesToURLs(
Object values
)
Public Shared Function listValuesToURLs (
values As Object
) As List(Of String)
public:
static List<String^>^ listValuesToURLs(
Object^ values
)
static member listValuesToURLs :
values : Object -> List<string>
Parameters
- values
- Type: SystemObject
Return Value
Type:
ListStringSee Also