Manages an attribute value or expression.
override string ToString(long Value)
Converts a value to a string.
Int64Attribute(string AttributeName, Expression Expression)
64-bit integer attribute
Int64Attribute(XmlElement E, string AttributeName)
64-bit integer attribute
Int64Attribute(string AttributeName, long Value)
64-bit integer attribute
override bool TryParse(string StringValue, out long Value)
Tries to parse a string value
override bool TryConvert(object Result, out long Value)
Tries to convert script result to a value of type long.