'Declaration
Public Shared Function StoreObjectState( _ ByVal obj As System.Object _ ) As NBinaryState
'Usage
Dim obj As System.Object Dim value As NBinaryState value = NBinaryState.StoreObjectState(obj)
public static NBinaryState StoreObjectState( System.object obj )
Parameters
- obj