#JavascriptToolkit

##Properties

None.

##Methods

###Equals(System.Object) Determines whether the specified System.Object is equal to the current System.Object.

Parameters:

Returns:

true if the specified System.Object is equal to the current System.Object; otherwise, false.


###EscapeString(System.String) Produces an escaped System.String representation of the input value.

Parameters:

Returns:

The System.String with the properly escaped characters.


###EscapeString(System.String,System.Boolean) Produces an escaped System.String representation of the input value.

Parameters:

Returns:

The System.String with the properly escaped characters.


###GetHashCode() Serves as a hash function for a particular type.

Returns:

A hash code for the current System.Object.


###GetType() Gets the System.Type of the current instance.

Returns:

The System.Type instance that represents the exact runtime type of the current instance.


###QuoteString(System.String) Gets a System.String enclosed in double quotes from the input value.

Parameters:

Returns:

The System.String quoted value.


###QuoteString(System.String,System.Boolean) Gets a System.String enclosed in quotes from the input value.

Parameters:

Returns:

The System.String quoted value.


###QuoteString(System.String,System.Boolean,System.Boolean) Gets a System.String enclosed in quotes from the input value.

Parameters:

  • System.String value - The value to enclose in quotes.
  • System.Boolean multiline - Whether newline characters will be escaped twice, enabling a multiline effect when rendered on the client.
  • System.Boolean singleQuotes - Whether to use single quotes.

Returns:

The System.String quoted value.


###ToString() Returns a System.String that represents the current System.Object.

Returns:

A System.String that represents the current System.Object.