GetPropertyString()

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

Introduced: 7.0.0.108

GetPropertyString( filePath=string, key=string, encoding=string );

Returns: String

Argument Description Default
filePath
string, required

Path of the properties file

key
string, required

Name of the key to return

encoding
string, optional

Encoding for the properties file

UTF-8

Examples

There are currently no examples for this function 16,008ms WARN No examples for function getpropertystring

See also