Click or drag to resize

JavaScript Constructor

Initializes a new JavaScript from the given FormattableString. Variable parts of the template (between '{' and '}') will be serialized to JSON. 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 JavaScript(
	FormattableString str,
	bool keepLetterCase = false
)

Parameters

str
Type: SystemFormattableString
keepLetterCase (Optional)
Type: SystemBoolean
See Also