nuget server logo nuget api documents
↑

API Docs / Microsoft.VisualBasic.Runtime / StringReader

StringReader

Full name Microsoft.VisualBasic.ComponentModel.DataSourceModel.StringReader Assembly Microsoft.VisualBasic.Runtime Members 17

01 Syntax

Microsoft.VisualBasic.ComponentModel.DataSourceModel.StringReader

02 Methods

NameOverloadsSummary
GetByte 1 Gets the 8-bit unsigned Integer value Of the specified column.
GetBytes 1 Reads a stream Of bytes from the specified column offset into the buffer As an array, starting at the given buffer offset.
GetChar 1 Gets the character value Of the specified column.
GetChars 1 Reads a stream Of characters from the specified column offset into the buffer As an array, starting at the given buffer offset.
GetDateTime 1 Gets the Date And time data value Of the specified field.
GetDecimal 1 Gets the fixed-position numeric value Of the specified field.
GetDouble 1 Gets the Double-precision floating point number Of the specified field.
GetFloat 1 Gets the Single-precision floating point number Of the specified field.
GetGuid 1 Returns the GUID value Of the specified field.
GetInt16 1 Gets the 16-bit signed Integer value Of the specified field.
GetInt32 1 Gets the 32-bit signed Integer value Of the specified field.
GetInt64 1 Gets the 64-bit signed Integer value Of the specified field.
GetString 1 Gets the String value Of the specified field.
IsNull 1 Return whether the specified field Is Set To null.
GetBoolean 1
GetUInt64 1
WrapDictionary 1

03 Members

method GetByte #
GetByte(String)

Gets the 8-bit unsigned Integer value Of the specified column.

Parameters
NameTypeDescription
parameterString

-

method GetBytes #
GetBytes(String)

Reads a stream Of bytes from the specified column offset into the buffer As an array, starting at the given buffer offset.

method GetChar #
GetChar(String)

Gets the character value Of the specified column.

method GetChars #
GetChars(String)

Reads a stream Of characters from the specified column offset into the buffer As an array, starting at the given buffer offset.

method GetDateTime #
GetDateTime(String)

Gets the Date And time data value Of the specified field.

method GetDecimal #
GetDecimal(String)

Gets the fixed-position numeric value Of the specified field.

method GetDouble #
GetDouble(String)

Gets the Double-precision floating point number Of the specified field.

method GetFloat #
GetFloat(String)

Gets the Single-precision floating point number Of the specified field.

method GetGuid #
GetGuid(String)

Returns the GUID value Of the specified field.

method GetInt16 #
GetInt16(String)

Gets the 16-bit signed Integer value Of the specified field.

method GetInt32 #
GetInt32(String)

Gets the 32-bit signed Integer value Of the specified field.

method GetInt64 #
GetInt64(String)

Gets the 64-bit signed Integer value Of the specified field.

method GetString #
GetString(String)

Gets the String value Of the specified field.

method IsNull #
IsNull(String)

Return whether the specified field Is Set To null.

method GetBoolean #
GetBoolean(String)
method GetUInt64 #
GetUInt64(String)
method WrapDictionary #
WrapDictionary(Dictionary(Of String, String), Boolean)