ValidationHelperLoadLong Method |
Attempts to load the given new value as a long to the result. Returns true if the conversion of the new value was successful, if not, returns false and keeps the value the same.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax public static bool LoadLong(
ref long value,
Object newValue
)
Parameters
- value
- Type: SystemInt64
Value to load - newValue
- Type: SystemObject
New value
Return Value
Type:
BooleanSee Also