LLMClientOverwriteIfNotEmpty Method

Only update a config property if the new value is non-empty.

Definition

Namespace: DWSIM.SharedClasses
Assembly: DWSIM.SharedClasses (in DWSIM.SharedClasses.dll) Version: 10.0.0.0
private void OverwriteIfNotEmpty(
	string current,
	string newVal,
	Action<string> setter
)

Parameters

current  String
 
newVal  String
 
setter  ActionString
 

See Also