Persistate API documentation
CanHold Method (value)
NamespacesPersistateBaseDataTypeCanHold(Int64)

[This is preliminary documentation and is subject to change.]

Determines if variables with this base data type can hold the supplied long value.
Declaration Syntax
C#
public bool CanHold(
	long value
)
Parameters
value (Int64)
The long value to check.
Return Value
True if this base data type can hold the supplied value, otherwise false.

Assembly: Persistate (Module: Persistate) Version: 0.6.1.20 (0.6.1.20)