Reads the text content at the current position as a 32-bit signed integer.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Overrides NotOverridable Function ReadContentAsInt() As Integer |
| C# | |
|---|
public override int ReadContentAsInt() |
| Delphi | |
|---|
public function ReadContentAsInt(): Integer; override; |
| JScript | |
|---|
public override function ReadContentAsInt() : int; |
| Managed Extensions for C++ | |
|---|
public: int ReadContentAsInt(); override |
| C++/CLI | |
|---|
public:
int ReadContentAsInt(); override |
Return Value
The content as a 32-bit signed integer.
Remarks
See Also