Modules.Interfaces: Leere Knoten können zu einer Exception führen.
This commit is contained in:
@@ -342,9 +342,14 @@ Public Class PropertyValues
|
||||
End Select
|
||||
|
||||
Return DoGetFinalPropValue(Value)
|
||||
Else
|
||||
If Value = Nothing Then
|
||||
Return Nothing
|
||||
Else
|
||||
Return Value.ToString
|
||||
End If
|
||||
|
||||
End If
|
||||
End Function
|
||||
|
||||
Private Function GetIndex(Prop As String) As Integer
|
||||
|
||||
Reference in New Issue
Block a user