ListExtrasSerialise Method |
Namespace: ANDREICSLIB.ClassExtrasAssembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static string Serialise(
List<Object> list,
string sep = ", "
)
Public Shared Function Serialise (
list As List(Of Object),
Optional sep As String = ", "
) As String
public:
static String^ Serialise(
List<Object^>^ list,
String^ sep = L", "
)
static member Serialise :
list : List<Object> *
?sep : string
(* Defaults:
let _sep = defaultArg sep ", "
*)
-> string
Parameters
- list
- Type: System.Collections.GenericListObject
- sep (Optional)
- Type: SystemString
Return Value
Type:
String
See Also