V8Fast |
Name | Description | |
---|---|---|
![]() | TryGet(BigInteger) | Gets the BigInteger value of the argument if possible. |
![]() | TryGet(Boolean) | Gets the Boolean value of the argument if possible. |
![]() | TryGet(Byte) | Gets the Byte value of the argument if possible. |
![]() | TryGet(Char) | Gets the Char value of the argument if possible. |
![]() | TryGet(DateTime) | Gets the DateTime value of the argument if possible. |
![]() | TryGet(Decimal) | Gets the Decimal value of the argument if possible. |
![]() | TryGet(Double) | Gets the Double value of the argument if possible. |
![]() | TryGet(Int16) | Gets the Int16 value of the argument if possible. |
![]() | TryGet(Int32) | Gets the Int32 value of the argument if possible. |
![]() | TryGet(Int64) | Gets the Int64 value of the argument if possible. |
![]() | TryGet(ReadOnlySpanChar) | Gets the string value of the argument as a ReadOnlySpan<char> if possible. |
![]() | TryGet(SByte) | Gets the SByte value of the argument if possible. |
![]() | TryGet(Single) | Gets the Single value of the argument if possible. |
![]() | TryGet(String) | Gets the string value of the argument if possible. |
![]() | TryGet(UInt16) | Gets the UInt16 value of the argument if possible. |
![]() | TryGet(UInt32) | Gets the UInt32 value of the argument if possible. |
![]() | TryGet(UInt64) | Gets the UInt64 value of the argument if possible. |
![]() | TryGetT(NullableT) | Gets a nullable value of the given underlying type from the argument if possible. |
![]() | TryGetT(T) | Gets a value of the given type from the argument if possible. |