Modules.Interfaces: Leere Knoten können zu einer Exception führen.

This commit is contained in:
PitzM 2025-02-25 10:47:14 +01:00
parent 13ff63d6e0
commit 7e9ed47ad9

View File

@ -342,9 +342,14 @@ Public Class PropertyValues
End Select End Select
Return DoGetFinalPropValue(Value) Return DoGetFinalPropValue(Value)
Else
If Value = Nothing Then
Return Nothing
Else Else
Return Value.ToString Return Value.ToString
End If End If
End If
End Function End Function
Private Function GetIndex(Prop As String) As Integer Private Function GetIndex(Prop As String) As Integer