| Name | Description |
---|
 | TryGet(Int32, Boolean) |
Gets the Boolean value of the argument at the specified index if possible.
|
 | TryGet(Int32, Byte) |
Gets the Byte value of the argument at the specified index if possible.
|
 | TryGet(Int32, Char) |
Gets the Char value of the argument at the specified index if possible.
|
 | TryGet(Int32, DateTime) |
Gets the DateTime value of the argument at the specified index if possible.
|
 | TryGet(Int32, Decimal) |
Gets the Decimal value of the argument at the specified index if possible.
|
 | TryGet(Int32, Double) |
Gets the Double value of the argument at the specified index if possible.
|
 | TryGet(Int32, Int16) |
Gets the Int16 value of the argument at the specified index if possible.
|
 | TryGet(Int32, Int32) |
Gets the Int32 value of the argument at the specified index if possible.
|
 | TryGet(Int32, Int64) |
Gets the Int64 value of the argument at the specified index if possible.
|
 | TryGet(Int32, BigInteger) |
Gets the BigInteger value of the argument at the specified index if possible.
|
 | TryGet(Int32, ReadOnlySpan<Char>) |
Gets the string value of the argument at the specified index as a ReadOnlySpan<char> if possible.
|
 | TryGet(Int32, SByte) |
Gets the SByte value of the argument at the specified index if possible.
|
 | TryGet(Int32, Single) |
Gets the Single value of the argument at the specified index if possible.
|
 | TryGet(Int32, String) |
Gets the string value of the argument at the specified index if possible.
|
 | TryGet(Int32, UInt16) |
Gets the UInt16 value of the argument at the specified index if possible.
|
 | TryGet(Int32, UInt32) |
Gets the UInt32 value of the argument at the specified index if possible.
|
 | TryGet(Int32, UInt64) |
Gets the UInt64 value of the argument at the specified index if possible.
|
 | TryGet<T>(Int32, T) |
Gets a value of the given type from the argument at the specified index if possible.
|
 | TryGet<T>(Int32, Nullable<T>) |
Gets a nullable value of the given underlying type from the argument at the specified index if possible.
|