An NDoc Documented Class Library

FastHash.GetLikelyPresentValue Method (String)

Returns value of a key that is VERY likely to be present - this avoids doing some checks that are most likely to be pointless thus making overall faster function

public object GetLikelyPresentValue(
   string sKey
);

Parameters

sKey
Key

Return Value

Null if no value or value itself

See Also

FastHash Class | Majestic12 Namespace | FastHash.GetLikelyPresentValue Overload List