Click or drag to resize

V8FastArgs.TryGet Method

Overload List
 NameDescription
Public methodTryGet(Int32, Boolean) Gets the Boolean value of the argument at the specified index if possible.
Public methodTryGet(Int32, Byte) Gets the Byte value of the argument at the specified index if possible.
Public methodTryGet(Int32, Char) Gets the Char value of the argument at the specified index if possible.
Public methodTryGet(Int32, DateTime) Gets the DateTime value of the argument at the specified index if possible.
Public methodTryGet(Int32, Decimal) Gets the Decimal value of the argument at the specified index if possible.
Public methodTryGet(Int32, Double) Gets the Double value of the argument at the specified index if possible.
Public methodTryGet(Int32, Int16) Gets the Int16 value of the argument at the specified index if possible.
Public methodTryGet(Int32, Int32) Gets the Int32 value of the argument at the specified index if possible.
Public methodTryGet(Int32, Int64) Gets the Int64 value of the argument at the specified index if possible.
Public methodTryGet(Int32, BigInteger) Gets the BigInteger value of the argument at the specified index if possible.
Public methodTryGet(Int32, ReadOnlySpan<Char>) Gets the string value of the argument at the specified index as a ReadOnlySpan<char> if possible.
Public methodTryGet(Int32, SByte) Gets the SByte value of the argument at the specified index if possible.
Public methodTryGet(Int32, Single) Gets the Single value of the argument at the specified index if possible.
Public methodTryGet(Int32, String) Gets the string value of the argument at the specified index if possible.
Public methodTryGet(Int32, UInt16) Gets the UInt16 value of the argument at the specified index if possible.
Public methodTryGet(Int32, UInt32) Gets the UInt32 value of the argument at the specified index if possible.
Public methodTryGet(Int32, UInt64) Gets the UInt64 value of the argument at the specified index if possible.
Public methodTryGet<T>(Int32, T) Gets a value of the given type from the argument at the specified index if possible.
Public methodTryGet<T>(Int32, Nullable<T>) Gets a nullable value of the given underlying type from the argument at the specified index if possible.
Top
See Also