 | ConversionListGuidToString Method |
Create a string from a List of Guid
Namespace: ToolBooxAssembly: ToolBoox (in ToolBoox.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic static string ListGuidToString(
List<Guid> list,
char separator,
bool allowDuplicates
)
Public Shared Function ListGuidToString (
list As List(Of Guid),
separator As Char,
allowDuplicates As Boolean
) As String
Parameters
- list
- Type: System.Collections.GenericListGuid
List of Guid objects - separator
- Type: SystemChar
Separator to use (es: ',') - allowDuplicates
- Type: SystemBoolean
The returned string contains duplicated values or not
Return Value
Type:
StringReturn strign object (es: "bfd7992e-15f7-4f82-89a9-87b2302284eb,ee3c3128-7adc-4733-bfcf-de440559e39b,8e1ee8ef-cbee-4f61-8644-0d84e0dd7a59")
See Also