LLMClientOverwrite If Not Empty 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
Assembly: DWSIM.SharedClasses (in DWSIM.SharedClasses.dll) Version: 10.0.0.0
C#
private void OverwriteIfNotEmpty(
string current,
string newVal,
Action<string> setter
)VB
Private Sub OverwriteIfNotEmpty (
current As String,
newVal As String,
setter As Action(Of String)
)