SetPropertyString()

Sets the value of a property entry in a properties file.

Introduced: 7.0.0.108

SetPropertyString( filePath=string, key=string, value=string, encoding=string );

Returns: String

Argument Description Default
filePath
string, required

Path of the properties initialization file

key
string, required

Name of the key to set

value
string, required

Value to which to set the property

encoding
string, optional

Encoding for the properties file, default UTF-8

UTF-8

Examples

There are currently no examples for this function 18,259ms WARN No examples for function setpropertystring

See also