Click or drag to resize

JavascriptUtilsProduceLiteral Method

Produces a literal representation of the provided data

Namespace:  SanteDB.BusinessRules.JavaScript.Util
Assembly:  SanteDB.BusinessRules.JavaScript (in SanteDB.BusinessRules.JavaScript.dll) Version: 3.0.481-alpha
Syntax
public static string ProduceLiteral(
	Object data
)

Parameters

data
Type: SystemObject

[Missing <param name="data"/> documentation for "M:SanteDB.BusinessRules.JavaScript.Util.JavascriptUtils.ProduceLiteral(System.Object)"]

Return Value

Type: String

[Missing <returns> documentation for "M:SanteDB.BusinessRules.JavaScript.Util.JavascriptUtils.ProduceLiteral(System.Object)"]

See Also