Click or drag to resize

JavaPropertiesRead Method (String)

Parses the java property file from a string

Namespace:  Cauldron.Java
Assembly:  Cauldron (in Cauldron.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
public static JavaProperties Read(
	string body
)

Parameters

body
Type: SystemString
The content of the property file

Return Value

Type: JavaProperties
A new instance of JavaProperties
See Also