Global DataTableToJson Method A Sandcastle Documented Class Library
Converts a datatable to a JSON. Web config settings protect against overloading this feature with too much data.

Namespace: P4s3Web
Assembly: P4s3Web (in P4s3Web.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static string DataTableToJson(
	DataTable dt
)

Parameters

dt
Type: System.Data DataTable

Return Value

Type: String
See Also