LogsTableRow.GetString Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GetString(Int32) |
Gets the value of the column at the specified index as String. |
GetString(String) |
Gets the value of the column with the specified name as String. |
GetString(Int32)
- Source:
- LogsTableRow.cs
- Source:
- LogsTableRow.cs
Gets the value of the column at the specified index as String.
public string GetString (int index);
member this.GetString : int -> string
Public Function GetString (index As Integer) As String
Parameters
- index
- Int32
The column index.
Returns
The String value of the column.
Applies to
GetString(String)
- Source:
- LogsTableRow.cs
- Source:
- LogsTableRow.cs
Gets the value of the column with the specified name as String.
public string GetString (string name);
member this.GetString : string -> string
Public Function GetString (name As String) As String
Parameters
- name
- String
The column name.
Returns
The String value of the column.
Applies to
Azure SDK for .NET