Click or drag to resize

JavaScriptFromValue Method

Returns the JSON representation of the given value. Specify whether original letter case should be kept. e.g. if set to true PascaleCase property names will NOT be converted to camelCase.

Namespace:  MicaSystems.Utils
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public static JavaScript FromValue(
	Object value,
	bool keepLetterCase = false
)

Parameters

value
Type: SystemObject
keepLetterCase (Optional)
Type: SystemBoolean

Return Value

Type: JavaScript
See Also