Closed Mpdreamz closed 1 year ago
Introduce TryGetScalarString as extention to TryGetScalarPropertyValue that does not assume ScalarProperty.Value is never null if returned.
TryGetScalarString
TryGetScalarPropertyValue
ScalarProperty.Value
Further more this enables stricter null checks.
Hi, Is this released already? if so, in which version? Thanks
Introduce
TryGetScalarString
as extention toTryGetScalarPropertyValue
that does not assumeScalarProperty.Value
is never null if returned.Further more this enables stricter null checks.