  | ConverterToNullableInt64 Method  | 
  
    Namespace: 
   Dynamicweb.Core
    Assembly:
   Dynamicweb.Core (in Dynamicweb.Core.dll) Version: 3.1.1
Syntaxpublic static Nullable<long> ToNullableInt64(
	Object value
)
Public Shared Function ToNullableInt64 ( 
	value As Object
) As Nullable(Of Long)
Parameters
- value
 - Type: SystemObject
 
Return Value
Type: 
NullableInt64
See Also