[This is preliminary documentation and is subject to change.]
Gets the current node's value as an
Int64.
Namespace: Tools.XmlT.XPathTAssembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
public override long ValueAsLong { get; } |
| Visual Basic |
|---|
Public Overrides ReadOnly Property ValueAsLong As Long
Get |
| F# |
|---|
abstract ValueAsLong : int64
override ValueAsLong : int64 |
| JScript |
|---|
override function get ValueAsLong () : long
|
Return Value
The current node's value as an
Int64. If
ContextValue is
IConvertible than
ToInt64(IFormatProvider) is used, otherwise
ValueAsLong is called.
Exceptions
See Also