Reads the current element and returns the content as a 16-bit signed integer.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Function ReadElementContentAsShort() As Short |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As XmlFastInfosetReader
Dim value As Short
value = instance.ReadElementContentAsShort() |
| C# | |
|---|
public short ReadElementContentAsShort() |
| Delphi | |
|---|
public function ReadElementContentAsShort(): ShortInt; |
| JScript | |
|---|
public function ReadElementContentAsShort() : short; |
| Managed Extensions for C++ | |
|---|
public: short ReadElementContentAsShort(); |
| C++/CLI | |
|---|
public:
short ReadElementContentAsShort(); |
Return Value
The element content as a 16-bit signed integer
Remarks
See Also