Modules.Interfaces: Leere Knoten können zu einer Exception führen.
This commit is contained in:
parent
13ff63d6e0
commit
7e9ed47ad9
@ -343,7 +343,12 @@ Public Class PropertyValues
|
|||||||
|
|
||||||
Return DoGetFinalPropValue(Value)
|
Return DoGetFinalPropValue(Value)
|
||||||
Else
|
Else
|
||||||
Return Value.ToString
|
If Value = Nothing Then
|
||||||
|
Return Nothing
|
||||||
|
Else
|
||||||
|
Return Value.ToString
|
||||||
|
End If
|
||||||
|
|
||||||
End If
|
End If
|
||||||
End Function
|
End Function
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user