PropertiesWriterSetString Method

Sets a boolean property by the given name and value.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
public void SetString(
	string name,
	string value
)

Parameters

name  String
Name of the property to set.
value  String
Value of the property to set in Boolean type.

Exceptions

ArgumentExceptionThrown if the current instance of the PropertiesWriter is read-only.

See Also