 | JsonConverterConvertT Method (T) |
Namespace:
Dynamicweb.Core.Json
Assembly:
Dynamicweb.Core (in Dynamicweb.Core.dll) Version: 3.1.1
Syntaxpublic static string Convert<T>(
T obj
)
Public Shared Function Convert(Of T) (
obj As T
) As String
Parameters
- obj
- Type: T
Type Parameters
- T
Return Value
Type:
String
See Also