GetPropertyString()

edit

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
edit

Path of the properties file

key
string, required
edit

Name of the key to return

encoding
string, optional
edit

Encoding for the properties file

UTF-8

Examples

There are currently no examples for this function 35,772ms WARN No examples for function getPropertyString

See also